More TODOs

This commit is contained in:
Joel Thibault 2013-01-04 13:24:57 -05:00
parent 96efa8b19f
commit ab5526b372
1 changed files with 2 additions and 2 deletions

View File

@ -126,10 +126,10 @@ public class TraverseActiveRegionsUnitTest extends BaseTest {
// TODO: reads which span many regions
// TODO: reads which are partially between intervals (in/outside extension)
// TODO: duplicate reads
// TODO: read at the end of a contig
// TODO: reads which are completely outside intervals but within extension
// TODO: test the extension itself
// TODO: unmapped reads
intervals = new ArrayList<GenomeLoc>();
intervals.add(genomeLocParser.createGenomeLoc("1", 10, 20));