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
2c624f76c8
gatk-3.8
/
public
History
Eric Banks
2c624f76c8
Refactoring the Unified (and Standard) Argument Collections because it was really ugly that the subclass had to do all the cloning for the super class. The clone() method is really not recommended best practice in Java anyways, so I changed it so that we use standard overloaded constructors. Confirmed that the Haplotype Caller --help docs do not include UG-specific arguments.
2012-10-20 20:35:54 -04:00
..
R
Fix a nasty bug in reading GATK reports with a single line
2012-09-10 20:14:13 -04:00
c
…
chainFiles
…
doc
…
java
Refactoring the Unified (and Standard) Argument Collections because it was really ugly that the subclass had to do all the cloning for the super class. The clone() method is really not recommended best practice in Java anyways, so I changed it so that we use standard overloaded constructors. Confirmed that the Haplotype Caller --help docs do not include UG-specific arguments.
2012-10-20 20:35:54 -04:00
keys
Public-key authorization scheme to restrict use of NO_ET
2012-03-06 00:09:43 -05:00
packages
Removed 'Walker' suffix from packages/GATKEngine.xml that were breaking the packaged release.
2012-07-23 16:32:31 -04:00
perl
Split out contig names from Reference .fai file on white space (to support the GATK resource bundle's file human_g1k_v37.fasta.fai.gz, which does not use tab delimiters)
2012-06-07 16:56:32 -04:00
scala
Added explicit @ClassType annotations to @Argument for Option[Int] or Option[Double] since scala seems to change the reflected type to Option[Object] on some systems.
2012-10-19 13:20:29 -04:00
testdata
Reverting move of BQSR tests to public, as per DR's email
2012-07-19 10:02:05 -04:00