gatk-3.8/public/java/test/org/broadinstitute/sting/gatk/walkers
Geraldine Van der Auwera edf5880022 Updated SAMPileup codec and pileup-related docs
Problem: the codec was written to take in consensus pileups produced with pileup -c option (which consists of 10 or 13 fields per line depending on the variant type) but errored out on the basic pileup format (which only has 6 fields per line). This was inconsistent and confusing to users.

	Solution: I added a switch in the parsing to recognize and handle both cases more appropriately, and updated related docs. While I was at it I also improved error messages in CheckPileup, which now emits User Error: Bad Input exceptions when reporting mismatches. Which may not be the best thing to do (ultimately they're not really errors, they're just reporting unwelcome results) but it beats emitting Runtime Exceptions.

	Tested by CheckPileupIntegrationTest which tests both format cases.
2014-01-14 09:14:16 -05:00
..
CNV CombineVariants no longer adds PASS to unfiltered records 2013-05-20 16:53:51 -04:00
annotator moved SnpEffUtilUnitTest to public tree 2013-07-30 17:51:40 -04:00
coverage e# This is a combination of 2 commits. 2013-05-03 11:19:14 -04:00
qc Updated SAMPileup codec and pileup-related docs 2014-01-14 09:14:16 -05:00
readutils SAMDataSource: always consolidate cigar strings into canonical form 2013-06-19 13:29:01 -04:00
variantutils Fixed bug in the filtering of lifted over variants where a deletion at the end of a contig could cause it to error out. 2013-12-11 14:07:18 -05:00
BAQIntegrationTest.java SAMDataSource: always consolidate cigar strings into canonical form 2013-06-19 13:29:01 -04:00