gatk-3.8/public/java/src
Mauricio Carneiro 7ffedf211c Contig comparator -- sorting contigs like Picard
This is very useful if you want to output your text files or manipulate data in the usual chromosome ordering :
 1
 2
 3
 ...
 21
 22
 X
 Y
 GL???
 ...

 Just use this comparator in any SortedSet class constructor and your data will be sorted like in the BAM file.
2011-07-24 02:33:19 -04:00
..
net/sf Reorganized the codebase beneath top-level public and private directories, 2011-06-28 06:55:19 -04:00
org/broadinstitute/sting Contig comparator -- sorting contigs like Picard 2011-07-24 02:33:19 -04:00