Commit Graph

14102 Commits (b5165b8d30b166c8dd2abfb85e2aee183e3f73e0)

Author SHA1 Message Date
meganshand b5165b8d30 Fix for out of date VCF version output 2015-11-03 17:35:47 -05:00
ldgauthier 3d1dc303b3 Merge pull request #1197 from broadinstitute/ts_ve_nullPointer
Prevent null pointer exception in PrintMissingComp module
2015-11-02 14:42:50 -05:00
Takuto Sato 33462c7b50 Removed the line that caused a null pointer, as the information it logged was not useful. Updated docs and added an integration test to ensure the code no longer throws the exception. 2015-11-02 12:45:09 -05:00
ldgauthier 54ab65a340 Merge pull request #1187 from broadinstitute/ldg_variantEval_famStrat
Enable family-level stratification (if a ped file is provided)
2015-10-30 08:00:30 -04:00
Laura Gauthier f7eb5d3082 Enable family-level stratification (if a ped file is provided) 2015-10-28 09:55:04 -04:00
ldgauthier 4fbcfc2e36 Merge pull request #1173 from broadinstitute/ldg_AS_annotations
New map-combine-finalize annotation framework
2015-10-27 12:04:56 -04:00
Mark Fleharty 84006a629b Merge pull request #1190 from broadinstitute/mf_makeRDQHidden
Fixed an NA12878 Knowledgebase test, and made the RDQ option for BQSR…
2015-10-27 11:59:35 -04:00
Laura Gauthier 68a2f1243d Finished draft of code for new map-combine-reduce annotation framework
All VQSR annotations can be generated in allele-specific mode
Pull out allele-specific annotations in AS_Standard annotation group
2015-10-27 09:44:49 -04:00
Mark Fleharty 19af5724c5 Fixed an NA12878 Knowledgebase test, and made the RDQ option for BQSR binning hidden 2015-10-27 09:44:26 -04:00
Laura Gauthier fcaf37279c Finished draft of code for new map-combine-reduce annotation framework
All VQSR annotations can be generated in allele-specific mode
Pull out allele-specific annotations in AS_Standard annotation group
2015-10-27 09:23:29 -04:00
Ron Levine ab247e7570 Merge pull request #1189 from broadinstitute/rhl_laatv_long_allele_choke
Allow LeftAlignAndTrimVariants to handle alleles longer than the default processing window
2015-10-26 11:02:55 -04:00
Ron Levine 36ca9fe898 Allow LeftAlignAndTrimVariants to handle alleles longer than the default processing window 2015-10-25 20:33:56 -04:00
meganshand 0d936b28c4 Merge pull request #1178 from broadinstitute/ms_ROCCurve
ROCCurve High Confidence Mode
2015-10-22 09:19:13 -04:00
Ron Levine aa3087c0d1 Merge pull request #1182 from broadinstitute/rhl_laatv_multiallelic
Update doc for multiallelics, trimming is the default behavior
2015-10-22 08:04:34 -04:00
Ron Levine 795fe75886 Update doc for multiallelics, trimming is the default behavior 2015-10-22 04:04:09 -04:00
meganshand a57500b2fc ROCCurve High Confidence Mode
Integration Tests

Updated test

Changed method

Minor changes

Changed whitespace

Fixed uncalled counts and 0 in R

Fixed ReadBackedPileUp

Removed imports and changed MD5

Fixed failing test

Adding vqslod color

Updating script to create KB

Fixing integration test now that the KB is bigger

Adressing comments
2015-10-21 21:30:54 -04:00
Takuto Sato 7b067c13bd Merge pull request #1176 from broadinstitute/ts_annotateFilterStatus 2015-10-14 16:17:49 -04:00
Takuto Sato df7a482335 VariantAnnotator now supports annotating FILTER field from an external resource.
Updated the docs.
2015-10-14 14:26:21 -04:00
Ron Levine 25e0956ebb Merge pull request #1157 from broadinstitute/cn_sample_fix
Fix Sample mergeValues failure when merging identical string values
2015-10-12 13:19:04 -04:00
Chris Norman e776502c49 Fix Sample mergeValues failure when merging identical string values (#1156). 2015-10-12 09:56:05 -04:00
Ron Levine 9e168ede3e Merge pull request #1161 from broadinstitute/rhl_va_allele_match
VariantAnnotator checks alleles when annotating with external resource
2015-10-08 22:16:01 -04:00
Ron Levine 2bcded11cb VariantAnnotator checks alleles when annotationg with external resource 2015-10-08 17:01:30 -04:00
Ron Levine 83e205c27d Merge pull request #1177 from broadinstitute/rhl_rev_1.140
Move htsjdk & picard to version 1.140
2015-10-08 15:17:59 -04:00
Ron Levine 033115eae0 Move htsjdk & picard to version 1.140 2015-10-08 10:42:05 -04:00
ldgauthier 173a34a450 Merge pull request #1174 from broadinstitute/eb_fix_combine_for_spanning_dels
Fix for combining records in which one has a spanning deletion and ne…
2015-10-02 18:02:42 -04:00
Eric Banks 622ec352bb Fix for combining records in which one has a spanning deletion and needs a padded reference allele.
This was erroring out and not working.
2015-10-02 16:28:16 -04:00
Geraldine Van der Auwera 071dbf29dd Merge pull request #1168 from broadinstitute/knoblett
Implemented MetricsCollection evaluation module
2015-10-01 14:14:07 -04:00
Kate Noblett 506958a0b7 Implemented a new VariantEval evaulation module, MetricsCollection. Fixed null pointer exception, updated tests. 2015-09-30 17:21:30 -04:00
Ron Levine e9724ebac7 Merge pull request #1167 from broadinstitute/rhl_bcbs
Implement BaseCounts per-sample
2015-09-30 10:30:30 -04:00
Ron Levine 792142ec50 Implement BaseCounts per-sample 2015-09-30 08:59:11 -04:00
kshakir a762dcb6cf Merge pull request #1172 from broadinstitute/ks_jd_parallel_shell
ParallelShell added as a new JobRunner
2015-09-29 20:29:41 -03:00
Khalid Shakir 384a09e991 Minor updates to previous ParallelShell commit.
Changed `--maximumNumberOfJobsToRunConcurrently`/`-maxConcurrentRun` to `Option[Int]`.
Updated licenses.
Added basic tests.
Removed some IntelliJ warnings.
2015-09-29 09:36:37 -03:00
Johan Dahlberg b045f2d4aa ParallelShell added as a new JobRunner
The ParallelShell job runner will run jobs locally on one node concurrently as specified by the DAG, with the option to limit the maximum number of concurrently running jobs using the flag `maximumNumberOfJobsToRunConcurrently`.

Signed-off-by: Khalid Shakir <kshakir@broadinstitute.org>
2015-09-29 09:36:37 -03:00
samuelklee 302a69d685 Merge pull request #1165 from broadinstitute/sl_fix_no_calls
Changed calls for RGQ=0 from 0/0 to ./. in output of GenotypeGVCFs.
2015-09-28 12:26:18 -04:00
Geraldine Van der Auwera 984b1443e8 Merge pull request #1164 from broadinstitute/gg_IntervalCovWithGC_script_1160
Simple coverage analysis with GC content annotated
2015-09-25 23:00:21 -04:00
Geraldine Van der Auwera ed7ff65b2e Merge pull request #1169 from broadinstitute/gvda_typo_fix_#1159
Trivial doc typo fix
2015-09-25 22:57:17 -04:00
Geraldine Van der Auwera 118c559278 Trivial doc typo fix 2015-09-25 18:15:29 -04:00
Samuel Lee c7f76b945e addressing PR comments 2015-09-24 15:42:51 -04:00
Geraldine Van der Auwera a5f4b4305b Revived this walker for GP; it does a simple super-fast coverage analysis with GC content and number of dbsnp variants annotated 2015-09-24 13:23:05 -04:00
Samuel Lee 0dacf60012 Changed calls for RGQ=0 from 0/0 to ./. in output of GenotypeGVCFs. 2015-09-23 15:35:09 -04:00
ldgauthier ac8b326b92 Merge pull request #1155 from broadinstitute/ms_fix_ignoreAllFilters
Fix for ignoreAllFilters
2015-09-23 14:11:10 -04:00
meganshand db9aa9cda6 Fix for ignoreAllFilters
Changed test file

Remove extra data file
2015-09-22 09:12:36 -04:00
Eric Banks de97c38a30 Merge pull request #1163 from broadinstitute/ami-fix-typo-ASEReadCounter
fix typo in the ASEReadCounter document
2015-09-21 15:46:31 -04:00
Ami Levy Moonshine 1ad00cc9d4 fix typo in the ASEReadCounter document 2015-09-21 15:30:06 -04:00
meganshand b1cc48da05 Merge pull request #1158 from broadinstitute/ms_HSmetrics
Adding PER_TARGET_COVERAGE option to CalculateHsMetrics wrapper
2015-09-18 13:38:41 -04:00
meganshand cdfe0d7b7c Adding PER_TARGET_COVERAGE option
Comments addressed
2015-09-18 09:34:51 -04:00
Ron Levine aadf6645f6 Merge pull request #1097 from broadinstitute/rhl_validatevariants_al_cutoff
Allow overriding ValidateVariants' hard-coded cutoff for allele length
2015-09-17 14:00:59 -04:00
Ron Levine 3ecabf7e45 Allow overriding ValidateVariants' hard-coded cutoff for allele length 2015-09-17 10:49:14 -04:00
ldgauthier 5870225f83 Merge pull request #1153 from broadinstitute/ms_excess_het
Excess Het P-value
2015-09-15 11:52:25 -04:00
kshakir 7e894f3b4c Merge pull request #1148 from broadinstitute/ks_cram_crai
Using `SamIndexes.asBaiSeekableStreamOrNull()` to support `.cram.crai`.
2015-09-14 23:24:41 -04:00