Commit Graph

14384 Commits (16417bbf34e918d51780be490fe43b52a7fb5fce)

Author SHA1 Message Date
Laura Gauthier c1076bcc23 Reconcile ROC curve numbers with AssessNA12878:
Exclude homRefs and no-calls, trim alleles, split het-non-refs
Add arg to include unknowns as TPs in order to match AssessNA12878
Add in check for KB sites that are monomorphic in NA12878
2016-03-02 14:02:39 -05:00
ldgauthier 8c15d3ccd8 Merge pull request #1303 from broadinstitute/rhl_fix_test_ranksums
Modify MD5s to correct RankSum annotations
2016-03-01 16:09:29 -05:00
Ron Levine e5c5804141 Modify MD5s to correct RankSum annotations 2016-03-01 14:05:51 -05:00
Ron Levine 625941dc50 Merge pull request #1290 from broadinstitute/rhl_sac_nonref
StrandAlleleCountsBySample selects most likely only from VCF alleles
2016-02-29 17:05:57 -05:00
Ron Levine 5e2ffc188b Merge pull request #1295 from broadinstitute/rhl_sv_error_output_1194
Correct error messages and error handling in multiple tools
2016-02-29 17:05:24 -05:00
meganshand 32bd02aa9d Merge pull request #1186 from broadinstitute/ms_RankSum
Removes Dithering from Rank Sum Test
2016-02-29 14:10:37 -05:00
Ron Levine 40a5adf767 Change error output to use the correct argument 2016-02-29 13:21:03 -05:00
Ron Levine 80a22aad77 StrandAlleleCountsBySample selects most likely only from VCF alleles 2016-02-29 12:41:55 -05:00
meganshand c7e0f5b225 Removes Dithering from Rank Sum Test
Fixing empty group case

Fixing MD5s

First comments addressed

Added permutation test

Adding new RankSum to AS_RankSum

Speeding up permutation algorithm and updating MD5s

Missed a few tests

Addressing comments

Changing md5s
2016-02-29 11:45:27 -05:00
Yossi Farjoun 3b327ac0e4 Merge pull request #1273 from broadinstitute/yf_Fix_GATK_bug_around_hg38_contignames
Various fixes surrounding GenomeLoc parser and hg38 contig names
2016-02-02 07:10:58 -05:00
Yossi Farjoun 7896055be3 - Fixed bug in GenomeLoc parser
- Added a warning when two contigs are too similar that it might cause problems with parsing
- Added tests of modified parser and of warning.
2016-02-02 06:53:22 -05:00
ldgauthier 8ab2eef6f0 Merge pull request #1282 from broadinstitute/ts_annotation
Allele specific insert size ranks sum annotation
2016-01-29 18:13:46 -05:00
Takuto Sato 243a0fcb74 Allele-specific insert size ranksum annotation 2016-01-28 16:03:57 -05:00
Geraldine Van der Auwera 1e4a98827c Merge pull request #1278 from broadinstitute/gvda-expose_queue_setting
Expose time between checks as CLI argument (Queue)
2016-01-28 11:00:36 -05:00
ldgauthier 0e969d9c5d Merge pull request #1279 from broadinstitute/ldg_removeExtraKBsamples
Fix rogue false negatives from non-NA12878 samples in knowledgebase
2016-01-28 08:32:20 -05:00
Laura Gauthier 633e729608 Reverted setupNA12878kb script to use old-style path names
Import files are now derived from /humgen/gsa-hpprojects/NA12878Collection/knowledgeBase/runme.allLoci.csh, which subsets samples to NA12878 but maintains all loci
2016-01-28 08:29:36 -05:00
ldgauthier ab5a8f0bb0 Merge pull request #1266 from broadinstitute/ldg_VQSRforAlleles
Add new -AS mode to run VQSR (both VariantRecalibrator and ApplyRecal…
2016-01-22 13:19:11 -05:00
Laura Gauthier 5592e4ead0 Add new -AS mode to run VQSR (both VariantRecalibrator and ApplyRecalibration) in an allele-specific manner 2016-01-22 13:18:21 -05:00
Geraldine Van der Auwera a46a4a6175 Expose time between checks for whether new jobs can be submitted as a user-settable parameter on CLi. Useful when testing pipelines to make idle time shorter. Contributed by @dakl (Daniel Klevebring on GATK forum). 2016-01-22 12:13:07 -05:00
Geraldine Van der Auwera 76817fe5ec Merge pull request #1276 from broadinstitute/gvda-remove_unneeded_dependency
Remove unneeded dependency
2016-01-21 16:51:34 -05:00
Geraldine Van der Auwera c93a611ea3 Remove unneeded dependency
Addresses https://github.com/broadgsa/gatk/pull/15 for Guillermo
2016-01-21 16:51:01 -05:00
Ron Levine 98eba7fb53 Merge pull request #1272 from broadinstitute/rhl_rm_variant_contig_order_check
Remove variant contig order check
2016-01-20 09:32:10 -05:00
Ron Levine ed933013fe Remove variant contig order check 2016-01-16 19:32:28 -05:00
Eric Banks c57c32b915 Merge pull request #1270 from broadinstitute/eb_small_genotyping_optimizations
Small optimizations to the joint calling code.
2016-01-13 08:46:57 -05:00
Eric Banks ab2f541d1f Small optimizations to the joint calling code.
Thanks to profiling I noticed that the determineCoefficient() method was being called too often.
Because it returns a constant result in half of the invocations, its value should be cached when possible.
Also, the various calls to getLog10Likelihoods() showed up in the profiler, so I pulled those out too.

All told, it speeds up the genotyping by about 10 percent according to the profiler.
2016-01-12 21:48:20 -05:00
ldgauthier d1565e4e6f Merge pull request #1261 from broadinstitute/ldg_VariantsToTableMultiallelicTypes
Allow VariantsToTable to determine each allele's type when -SMA is used
2016-01-12 10:47:22 -05:00
Laura Gauthier 593c9ddf01 Allow VariantsToTable to evaluate the type of each split variant when -F TYPE and -SMA are specified 2016-01-12 08:12:29 -05:00
Geraldine Van der Auwera 7f7ba446c0 Merge pull request #1269 from broadinstitute/dr_repair_3.5_tag
Repair the 3.5 tag in unstable
2016-01-08 16:06:33 -05:00
David Roazen dc5c08f940 Repair 3.5 tag in unstable by merging the missing 3.5 commit from stable 2016-01-08 15:33:15 -05:00
ldgauthier d9e0b7ba58 Merge pull request #1268 from broadinstitute/ldg_fixQueueTests3
Remove "mem_free" from resident memory request params for Queue becau…
2016-01-08 12:58:46 -05:00
Laura Gauthier 204cad3646 Remove "mem_free" from resident memory request params for Queue because it doesn't work and wouldn't actually reserve memory anyway 2016-01-08 10:27:56 -05:00
Ron Levine f002acebdf Merge pull request #1264 from broadinstitute/rhl_max_nocall_1262
Backport maxNoCall functionality from GATK4
2016-01-06 14:54:24 -05:00
Ron Levine d16ed98c9e Backport maxNoCall functionality from GATK4 2016-01-06 11:09:38 -05:00
ldgauthier 1d72ab099c Merge pull request #1247 from broadinstitute/ldg_VQSRmodelOutput
Add optional argument for VQSR to output the model to a file as a GAT…
2016-01-05 08:35:18 -05:00
Ron Levine 37746e40f4 Merge pull request #1263 from broadinstitute/rhl_rbp_not_merging_snps
Merge consecutive SNPs on the same read
2016-01-04 15:37:04 -05:00
Ron Levine fa1d90d236 Merge consecutive SNPs on the same read 2016-01-04 13:48:59 -05:00
Laura Gauthier 2ddc48914e Add optional argument for VQSR to output the model to a file as a GATKReport
GATKReport output also has mean and variance for annotation normalization info
2016-01-04 08:37:08 -05:00
ldgauthier 71c6709765 Merge pull request #1145 from broadinstitute/ldg_M2_HapMapSensitivity
Fix no-normal bug; add HapMap sensitivity benchmarking
2016-01-04 08:27:37 -05:00
Ron Levine 4b3b5636c6 Merge pull request #1265 from broadinstitute/rhl_hc_stdout_1259
Fix exception when writing gVCF to stdout
2015-12-29 23:07:53 -05:00
Ron Levine aa5e88a393 Fix exception when writing gVCF to stdout 2015-12-29 15:30:53 -05:00
meganshand 7089824e1b Merge pull request #1251 from broadinstitute/ms_annotations
Adds new annotation, MQ of mate RankSum
2015-12-23 12:36:43 -05:00
meganshand eb6bdb2a62 MQ of Mate RankSum annotation
Intermediate commit for tests

Adding tests

Fixing tests after rebase

Fixing one MD5

Fixing documentation

Removing annotation from standard group

Adding documentation
2015-12-23 10:24:40 -05:00
Laura Gauthier f9e9d2e273 Fix no-normal bug; add HapMap sensitivity benchmarking 2015-12-22 08:29:01 -05:00
Ron Levine 0c3c775566 Merge pull request #1248 from broadinstitute/rhl_keep_gt
LeftAlignAndTrimVariants --splitMultiallelics keeps GT if valid
2015-12-14 12:19:49 -05:00
Ron Levine 9c8f035780 LeftAlignAndTrimVariants --splitMultiallelics keeps GT if valid 2015-12-14 10:42:32 -05:00
Geraldine Van der Auwera 4767a83d8a Update pom versions to mark the start of GATK 3.6 development 2015-11-25 01:52:51 -05:00
Geraldine Van der Auwera e91472ddc7 Update pom versions for the 3.5 release 2015-11-25 01:29:48 -05:00
Geraldine Van der Auwera ee63b59b52 Merge remote-tracking branch 'unstable/master' 2015-11-25 01:27:41 -05:00
Geraldine Van der Auwera 9749adf22a Merge pull request #1236 from broadinstitute/gvda_prep_M2_release_1201
Prep MuTect2 for release
2015-11-24 20:12:57 -05:00
Geraldine Van der Auwera bf875974d1 Prep MuTect2 and ContEst for release
Renamed M2 to MuTect2
    Renamed ContaminationWalker to ContEst
    Refactored related tests and usages (including in Queue scripts)
    Moved M2 and ContEst + accompanying classes from private to protected
    Made QSS a StandardSomaticAnnotation (new annotation group/interface) to prevent it from being sucked in with the rest of the StandardAnnotation group
2015-11-24 16:43:20 -05:00