This website requires JavaScript.
Explore
Help
Sign In
zzh
/
gatk-3.8
Watch
1
Star
0
Fork
You've already forked gatk-3.8
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
aefddaa219
gatk-3.8
/
protected
/
java
History
Guillermo del Angel
0c30a5ebc6
Rev'd up Picard to get PL fix: PLs were saturated to 32767 (Short.MAX_VALUE) when converting from GL to integers. Increase capping to Integer.MAX_VALUE (2^31-1) which should be enough for reasonable sites now. Integration tests change because some tests have some hyper-deep pileups where this case was hit
2013-05-02 16:31:43 -04:00
..
src/org/broadinstitute
/sting
Setting the reduce reads count tag was all wrong in a previous commit; fixing.
2013-04-30 13:45:42 -04:00
test/org/broadinstitute
/sting
Rev'd up Picard to get PL fix: PLs were saturated to 32767 (Short.MAX_VALUE) when converting from GL to integers. Increase capping to Integer.MAX_VALUE (2^31-1) which should be enough for reasonable sites now. Integration tests change because some tests have some hyper-deep pileups where this case was hit
2013-05-02 16:31:43 -04:00