gatk-3.8/java/src/org/broadinstitute/sting/gatk
depristo cc75e8f712 Uses the cleaner new GenomeLoc(read) syntax
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@393 348d0f76-0448-11de-a6fe-93d51630548a
2009-04-14 00:53:58 +00:00
..
dataSources Some minor fixes to the last check-in 2009-04-13 18:24:51 +00:00
executive Cleanup, and support either by-interval traversals or full traversals in data source-backed code. 2009-04-10 22:09:01 +00:00
iterators Uses the cleaner new GenomeLoc(read) syntax 2009-04-14 00:53:58 +00:00
refdata a few tweaks to make it more robust: ignore reads with cigars containing anything but I,D,M; don't set up contig ordering manually, rely upon reference sequence and its dictionary; don't die if a record does not have NM tag, but faal back to direct counting instead; now requires reference as a cmdline arg 2009-04-13 04:49:19 +00:00
traversals Uses the cleaner new GenomeLoc(read) syntax 2009-04-14 00:53:58 +00:00
walkers A class to print out as much context about the given locus site as is possible. Useful for testing traversal engines -- run old and new code across a given region and diff the output to make sure they have the same context. 2009-04-13 15:29:55 +00:00
GenomeAnalysisTK.java remove mom/dad/kid cmd line arguments that were needed for mendelian walker; now we can use generic track binding!! 2009-04-14 00:45:34 +00:00
LocusContext.java Added ability to downsample to a particular coverage 2009-04-01 20:27:06 +00:00
WalkerManager.java Refactor common functionality out of WalkerManager and into JVMUtils and PathUtils. Add support for loading walkers from a jar. 2009-03-30 23:20:55 +00:00