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
gatk3的最后一个经典版本3.8
12,319
Commits
1
Branch
0
Tags
257
MiB
Java
95.8%
Scala
3.8%
R
0.2%
JavaScript
0.1%
0c30a5ebc6
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
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
licensing
Removing the symlink from the private license file
2013-02-09 12:57:44 -05:00
protected
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
public
Now that we don't generate dict and fai files, the resource script needs to copy them to the bundle.
2013-05-02 15:18:13 -04:00
settings
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
.gitignore
Detect stuck lock-acquisition calls, and disable file locking for tests
2013-04-24 22:49:02 -04:00
build.xml
Include cofoja jar in classpath when testing release jars
2013-04-30 22:16:58 -04: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
Brought all of ReduceReads to fastutils
2013-02-23 22:53:23 -05:00