gatk3的最后一个经典版本3.8
 
 
 
 
Go to file
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
licensing deleted old license files 2013-07-02 16:36:47 -04:00
protected Assorted fixes and improvements to gatkdocs 2014-01-13 17:46:22 -05:00
public Updated SAMPileup codec and pileup-related docs 2014-01-14 09:14:16 -05:00
settings Assorted fixes and improvements to gatkdocs 2014-01-13 17:46:22 -05:00
.gitignore Detect stuck lock-acquisition calls, and disable file locking for tests 2013-04-24 22:49:02 -04:00
README.md Update README file for the 2.6 release 2013-06-20 13:08:29 -04:00
build.xml Separate tests that access the knowledge base from other tests 2013-12-06 11:31:35 -05:00
intellij_example.tar.bz2 Removed the intellij files from the root and made an example package for new users. This allows users to start at the same page and then change it as they see fit without interfering with the repo (thanks guillermo!) 2012-09-27 11:04:56 -04:00
ivy.xml Changing from scala 2.9.2 to 2.10.2. 2013-09-23 12:42:22 -04:00

README.md

The Genome Analysis Toolkit

See http://www.broadinstitute.org/gatk/