Ron Levine
abc4d5b7b3
Bypass spanning deletions in Rank Sum tests
2016-08-17 14:02:22 -04:00
Peter Fan
3510906c7f
addresses issue #1280 now interval padding works for exclude intervals
2016-08-10 13:45:45 -04:00
Andrii Nikitiuk
a465c87ff8
Added support for directly reading SRA runs
2016-08-02 15:21:14 -04:00
Ron Levine
4f2e312805
Throw an exception for invalid Picard intervals
2016-07-15 11:20:53 -04:00
Ron Levine
aace73e884
Enable control of reporting periodicity
2016-07-13 07:24:03 -04:00
Takuto Sato
d6d0678b50
Build on Laura's code and finish porting MuTect1 clustered read position filter.
2016-07-11 17:33:08 -04:00
Samuel Lee
9b32cf5291
Fixed merging of GVCF blocks by fixing rounding of GQ values in ReferenceConfidenceModel.
2016-07-06 10:08:08 -04:00
Takuto Sato
2c94f74a95
Merge pull request #1404 from broadinstitute/ldg_M2_addM1filters
...
MuTect 2: port strand artifact filter from MuTect 1
2016-07-05 13:27:35 -04:00
Steve Huang
1ff234e7dd
remove alt alleles, when genotype count is explosively large, based on alleles' highest supporting haplotype score; max tolerable genotype count is controlled by a default value overridable by user
...
remove alt alleles, when genotype count is explosively large, based on alleles' highest supporting haplotype score; max tolerable genotype count is controlled by a default value overridable by user
2016-06-30 22:36:49 -04:00
Takuto Sato
63e0865491
Built on Laura's code to port the strand bias filter from M1 and refactored code aroud SomaticGenotypingEngine. Added a new integration test.
2016-06-29 22:46:40 -04:00
meganshand
556cc69185
Fix for int overflow in RankSum calculation
2016-06-29 12:02:13 -04:00
Valentin Ruano Rubio
07052ba8ea
Changes to use the median rather than the second best likelihood for the NON_REF allele
...
Addresses issue #1378 following the first proposal using the 'median' rather than the 'mean'.
2016-06-28 13:10:22 -04:00
Ron Levine
3c5eac8c17
Move htsjdk and picard to version 2.5.0
2016-06-28 09:42:32 -04:00
Ron Levine
427645162b
SelectVariants works with non-diploids
2016-06-21 12:26:13 -04:00
Yossi Farjoun
f0f482c1fe
- added an option to merge GenomeLocs that are abutting (contiguous) rather than actually overlapping. ( #1399 )
...
- this should make ValidateVariants much faster.
- fixed NPE that occurs when there is no -L argument
2016-06-06 11:46:15 -04:00
Geraldine Van der Auwera
85dce75f3f
Update pom versions to mark the start of GATK 3.7 development
2016-06-01 17:21:48 -04:00
Geraldine Van der Auwera
f185a75e1c
Update pom versions for the 3.6 release
2016-06-01 17:08:17 -04:00
Geraldine Van der Auwera
d87345cd1d
GATKDocs overhaul
...
- Fixed displaying of default values
- Removed code cruft
- Reorganized tooldoc categories and improved names
- Reorganized tools within categories where applicable
- Touched up various tool docs
- Switched default gatkdocs output to html
- Added parameter in agrregator pom to control output type
- Set gatkdocs publishing script to output php
- Deprecated GenotypeAndValidate walker
- Added back PhoneHome arguments with @Deprecated annotations
2016-05-29 16:35:08 -04:00
Geraldine Van der Auwera
5b80c92cb7
Improved article linking in error messages
2016-05-27 13:49:31 -04:00
Valentin Ruano Rubio
9d32dec9cd
Fix for the sum(AD) > DP bug.
...
Closes issue #1340
2016-05-26 15:04:52 -04:00
Yossi Farjoun
25fa25b618
Added option to validate gvcf (for ValidateVariants) ( #1379 )
...
* with option --gvcf CLP will now put extra checks that a gvcf must adhere to (existance of <NON_REF> allele at every variant, and that the variants in total cover the entire requested intervals, or the whole genome if no intervals have been specified)
* works on gvcf produced by HC when using either GVCF or BP_RESOLUTION mode
* added positive and negative tests
2016-05-26 06:42:45 -04:00
Mark Fleharty
d611c45806
Adding OtherArgumentRequired option to allow an argument to require an additional argument.
2016-05-17 16:31:41 -04:00
David Benjamin
aecaa6d38e
Allow GenotypeGVCFs to emit ref sites.
2016-04-27 15:53:44 -04:00
Ron Levine
f337b45724
Move htsjdk and picard to version 2.0.0
...
Conflicts:
protected/gatk-tools-protected/src/test/java/org/broadinstitute/gatk/tools/walkers/genotyper/UnifiedGenotyperGeneralPloidySuite1IntegrationTest.java
protected/gatk-tools-protected/src/test/java/org/broadinstitute/gatk/tools/walkers/genotyper/UnifiedGenotyperGeneralPloidySuite2IntegrationTest.java
protected/gatk-tools-protected/src/test/java/org/broadinstitute/gatk/tools/walkers/genotyper/UnifiedGenotyperIndelCallingIntegrationTest.java
protected/gatk-tools-protected/src/test/java/org/broadinstitute/gatk/tools/walkers/haplotypecaller/HaplotypeCallerIntegrationTest.java
2016-04-25 14:51:25 -04:00
meganshand
509400495b
Changes edge case calculation for RankSumTest #1341
2016-04-22 14:41:05 -04:00
Ron Levine
e2828104b1
SelectVariants and VariantFiltration not updating AC, AN and AF for --setFilteredGtToNocall
2016-04-17 10:24:05 -04:00
Ron Levine
0eba8822e2
Change HashMap to LinkedHashMap for predictable iteration
2016-04-10 20:10:38 -04:00
Ron Levine
e4003bc792
Add informative exceptions to getSAMFileSamples()
2016-03-31 13:41:11 -04:00
Ron Levine
edc1b20132
Output a summary of WARN messages
2016-03-29 11:39:18 -04:00
Geraldine Van der Auwera
9a306ca221
Update licenses
2016-03-05 01:09:43 -08: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
Ron Levine
40a5adf767
Change error output to use the correct argument
2016-02-29 13:21:03 -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
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
Takuto Sato
243a0fcb74
Allele-specific insert size ranksum annotation
2016-01-28 16:03:57 -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
c93a611ea3
Remove unneeded dependency
...
Addresses https://github.com/broadgsa/gatk/pull/15 for Guillermo
2016-01-21 16:51:01 -05:00
Ron Levine
ed933013fe
Remove variant contig order check
2016-01-16 19:32:28 -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
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
46ba0e519e
Restore FindCoveredIntervals + add docs
2015-11-22 10:19:04 -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
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
ccaddefa19
Validate VCF with sequence dictionary
2015-11-20 09:23:24 -05:00
Yossi Farjoun
4da0d1300c
adding fraction informative reads annotation.
2015-11-18 08:39:47 -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
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