Commit Graph

14127 Commits (a7748368f80b7c6fd564843ec2849f605049e4b4)

Author SHA1 Message Date
Geraldine Van der Auwera a7748368f8 Yet more doc improvements prior to 3.5 release
Improve doc block of GatherBqsrReports
    Annotation doc enhancements (QD, InbreedingCoeff, ExcessHet and AS versions where applicable)
2015-11-22 10:59:24 -05:00
Ron Levine 8f0ce02838 Merge pull request #1233 from broadinstitute/rhl_fix_example_bcf_dict
Make the BAM header sequence dictionary match reference
2015-11-21 21:45:16 -05:00
Ron Levine 08a9c80559 Make the header sequence dictionary match reference 2015-11-21 19:12:37 -05:00
Geraldine Van der Auwera 22fa1511be Merge pull request #1235 from broadinstitute/gvda_deprecate_useless_tools_1192
Deprecate tools that were outdated or redundant
2015-11-21 14:58:00 -05:00
Geraldine Van der Auwera 592d43f3b3 Merge pull request #1209 from broadinstitute/gvda_yet_more_doc_fixes_1195
Many doc improvements and typo fixes
2015-11-21 02:26:46 -05:00
Geraldine Van der Auwera 1cf66addaa Deprecate tools that were outdated or redundant
ReadAdaptorTrimmer (unsound and untested)
BaseCoverageDistribution (redundant with DiagnoseTargets)
CoveredByNSamplesSites (redundant with DiagnoseTargets)
FindCoveredIntervals (redundant with DiagnoseTargets)
VariantValidationAssessor (has a scary TODO -- REWRITE THIS TO WORK WITH VARIANT CONTEXT comment and zero tests)
LiftOverVariants, FilterLiftedVariants and liftOverVCF.pl (in #1106) (use Picard liftover tool)
sortByRef.pl (use Picard SortVCF)
ListAnnotations (useless)

Also deleted the java archive from the private repository (old junk we never use)
2015-11-20 22:49:40 -05:00
meganshand 2570cab24c Assorted documentation fixes, enhancements and reorganization.
See issues referenced by the pull request for details.
2015-11-20 22:44:46 -05:00
Ron Levine 6722ac8e8a Merge pull request #1230 from broadinstitute/rhl_htsjdk_picard_1.141
Rhl htsjdk picard 1.141
2015-11-20 19:47:54 -05:00
Ron Levine 0b3b09e3ff Move htsjdk & picard to version 1.141 2015-11-20 16:26:26 -05:00
Ron Levine dc0e32e3aa Merge pull request #1223 from broadinstitute/rhl_dict_check
Validate VCF with sequence dictionary
2015-11-20 12:43:44 -05:00
Ron Levine ccaddefa19 Validate VCF with sequence dictionary 2015-11-20 09:23:24 -05:00
Yossi Farjoun 29e86a0d01 Merge pull request #1222 from broadinstitute/yf_percent_informative_read
Adding fraction informative reads annotation.
2015-11-18 10:08:50 -05:00
Yossi Farjoun 4da0d1300c adding fraction informative reads annotation. 2015-11-18 08:39:47 -05:00
Eric Banks 2bffe0b428 Merge pull request #1219 from broadinstitute/dr_move_GatherBqsrReports_to_protected
Move GatherBqsrReports from private to protected
2015-11-16 22:26:54 -05:00
David Roazen 9d5be24778 Move GatherBqsrReports from private to protected 2015-11-10 17:40:58 -05:00
ldgauthier 2b591d0b6f Merge pull request #1198 from broadinstitute/ldg_moreASannotations
Allele-specific QD and InbreedingCoeff
2015-11-10 00:35:15 -05:00
Laura Gauthier 25b8ba45f4 More allele-specific annotations: AS_QD and AS_InbreedingCoeff
Grouped default output annotations to keep them from getting dropped when -A is specified; addresses #918
Also refactored code shared by ExcessHet and InbreedingCoeff
2015-11-09 16:38:31 -05:00
Valentin Ruano Rubio fa6c1c933b Merge pull request #1193 from broadinstitute/vrr_general_independent_af_calculator
Added the AF independent calculator for any ploidy but seems that is no…
2015-11-07 22:14:23 -05:00
vruano e3d5d96076 Added the AF indepdent calculator for any ploidy but seems that is not doing a good job for haploid
Addresses issue #1078 by implementing a any-ploidy version of the independent-allele-exact-ac-calculator already available for diploids.

Notice that this will change result somewhat when dealing with noisy data (low GQs).
2015-11-07 16:17:30 -05:00
Mark Fleharty 49fa06865c Merge pull request #1207 from broadinstitute/mf_SV_bugfix
Resolves issue #1061 to use testid1 rather than testid in two integra…
2015-11-06 08:52:38 -05:00
Mark Fleharty 8857bc9b3f Resolves issue #1061 to use testid1 rather than testid in two integrationtests. 2015-11-05 22:20:20 -05:00
Eric Banks 975f8a8502 Merge pull request #1206 from broadinstitute/eb_suppress_alt_allele_warnings
Suppress emission of the scary warning message from genotyping to no …
2015-11-05 16:12:50 -05:00
Eric Banks 2cc7de4886 Suppress emission of the scary warning message from genotyping to no more than once in
anything but DEBUG logging mode.  Otherwise it fills up our output logs.
2015-11-05 14:19:21 -05:00
ldgauthier 448b575701 Merge pull request #1204 from broadinstitute/ms_fix_SelectVariants
Fix for out of date VCF version output from SelectVariants
2015-11-05 08:07:48 -05:00
meganshand e4627ed5c3 Addressing comments 2015-11-04 11:00:01 -05:00
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