Ron Levine
29ac64f6ce
Calculate GenotypeAnnotations before InfoFieldAnnotations
2015-09-03 09:22:46 -04:00
samuelklee
4464c04c9c
Merge pull request #1135 from broadinstitute/sl_issue_1056
...
Added file-extension--dependent interval-list output to RealignerTargetCreator.
2015-08-31 16:09:22 -04:00
Samuel Lee
41256e1405
Added file-extension--dependent interval-list output to RealignerTargetCreator.
2015-08-31 11:22:18 -04:00
ldgauthier
687d2d0244
Merge pull request #1144 from broadinstitute/ldg_fixQueueTestsAgain
...
Update md5s for BAM header version change in Queue test output
2015-08-28 16:32:45 -04:00
Laura Gauthier
a86f3909ca
Update md5s for BAM header version change in Queue test output
2015-08-28 14:19:25 -04:00
kcibul
13c5a74cc7
Merge pull request #1051 from broadinstitute/ldg_M2_additionalFeatures
...
Little changes to M2 code and docs
2015-08-28 10:25:23 -04:00
Laura Gauthier
3dc68732fb
Little changes to M2 code and docs
...
Make MQ threshold a parameter (compare to M1 by setting to zero)
Add logic for multiple alternate alleles in tumor
Exclude MQ0 normal reads from normal LOD calculation
Fix path errors in Dream_Evaluations.md
Move M2 eval scripts out of walkers package so they run
2015-08-27 15:31:27 -04:00
Mark Fleharty
2ac5051767
Merge pull request #1063 from broadinstitute/mf_BinnedBQSR
...
-FQQ option added to BQSR to allow for fixed bins.
2015-08-25 10:17:58 -04:00
Bertrand
be22884138
Merge pull request #1125 from broadinstitute/bh_ROCCurveNA12878_plots
...
Bh roc curve na12878 plots
2015-08-24 15:33:56 -04:00
Bertrand Haas
5a1dda8b5c
Added plots to ROCCurveNA12878 output
2015-08-24 15:31:00 -04:00
Mark Fleharty
daeb55429e
Adding Static Binning to BQSR
2015-08-24 13:36:17 -04:00
Ron Levine
4c35c2676b
Merge pull request #1036 from broadinstitute/rhl_subset_sac
...
Make GenotypeGVCFs subset Strand Allele Counts intelligently
2015-08-22 10:07:49 -04:00
Ron Levine
2afe3f7a21
Make GenotypeGVCFs subset Strand Allele Counts intelligently
2015-08-22 08:33:09 -04:00
Bertrand
3b4760fb64
Merge pull request #1141 from broadinstitute/bh_fix_again_license
...
Re-ran the updateAllLicenses.sh script
2015-08-21 11:35:17 -04:00
Bertrand Haas
158477ea6c
Re-ran the updateAllLicenses.sh script
2015-08-21 11:32:51 -04:00
Bertrand
3f5a5c0a11
Merge pull request #1140 from broadinstitute/bh_ROC_NA12878
...
Logit transform to MQ + jitter MQ capped improves VQSR
2015-08-20 18:01:46 -04:00
Bertrand Haas
f61529d254
Logit transform to MQ + jitter MQ capped improves VQSR
2015-08-20 17:53:01 -04:00
Ron Levine
900fe3f675
Merge pull request #1132 from broadinstitute/rhl_rev_htsjdk
...
Move htsjdk & picard to rev 1.138
2015-08-20 11:58:41 -04:00
Bertrand
c10fcae25d
Merge pull request #1109 from broadinstitute/bh_ROC_NA12878
...
Logistic transform of MQ + jitter to capped MQ in VariantDataManager
2015-08-20 11:18:10 -04:00
Bertrand Haas
eae4c875a9
Logistic transform of MQ + jitter to capped MQ in VariantDataManager
2015-08-20 11:10:45 -04:00
Ron Levine
beec624a63
Move htsjdk & picard to rev 1.138
2015-08-20 10:42:25 -04:00
Geraldine Van der Auwera
cd9db60ce2
Merge pull request #1134 from broadinstitute/gvda_cgp_docfix_1131
...
Fixed missing code tag
2015-08-14 14:59:13 -04:00
Geraldine Van der Auwera
5a875cb841
Fixed missing code tag
2015-08-14 14:58:28 -04:00
meganshand
e89c510ac5
Merge pull request #1115 from broadinstitute/ms_wgsmetrics_wrapper
...
CollectWgsMetrics wrapper for queue
2015-08-14 10:25:31 -04:00
meganshand
5c9935ba10
Adding CollectWgsMetrics wrapper for queue
...
Fix license
Fixed IncludeBQHistogram
2015-08-14 10:18:12 -04:00
Yossi Farjoun
69fd4af15a
Merge pull request #1111 from jsilter/overclippedreadfilter_endsoption
...
Add additional option to OverclippedReadFilter
2015-08-12 10:43:52 -04:00
Jacob Silterra
62625b4bc6
Add option to not require soft-clips on both ends
...
Previous version of OverclippedReadFilter would only filter a read if both ends of a read had a soft-clipped block.
This adds a boolean option to relax that requirement, and only require 1 soft-clipped block, while also filtering on read length - softclipped length
2015-08-12 10:38:27 -04:00
kshakir
d77611292f
Merge pull request #1113 from broadinstitute/ks_cram_with_index
...
Switched to using CRAM's SamReader.Indexing implementation.
2015-08-11 21:47:10 -03:00
Khalid Shakir
9bee183f6c
Switched to using CRAM's SamReader.Indexing implementation.
...
CRAM now requires .bai index, just like BAM.
Test updates:
- Updated existing MD5s, as TLEN has changed.
- Tests multiple contigs.
- Tests several intervals per contig.
- Tests when `.cram.bai` is missing, even when `.cram.crai` is present.
Updated gatk docs for CRAM support, including:
- Arguments that work for both BAM and CRAM listed as such.
- Arguments that don't work for CRAM either explicitly say "BAM" or "doesn't work for CRAM".
- Instructions on how to recreate a `.cram.bai` using cramtools.
Cleaned up IntelliJ IDEA warnings regarding `Arrays.asList()` -> `Collections.singletonList()`.
2015-08-11 17:52:49 -03:00
Geraldine Van der Auwera
822d6e9b5b
Merge pull request #1123 from broadinstitute/gvda_updatelicenses_1118
...
Updated licenses for 2015
2015-08-10 18:46:47 -04:00
Geraldine Van der Auwera
19bbe45cbc
Updated licenses for 2015
2015-08-06 15:23:11 -04:00
Geraldine Van der Auwera
9554e06952
Merge pull request #1119 from broadinstitute/db_diff_objects
...
Moved DiffObjects from test to main (issue #1116 )
2015-08-06 14:43:39 -04:00
David Benjamin
ddb01058d3
moved DiffObjects
2015-08-05 21:19:02 -04:00
David Benjamin
893c09b6e0
Merge pull request #1107 from broadinstitute/db_issue_1052
...
UnifiedGenotypingEngine queries VariantContext for model if not given
2015-08-05 21:16:29 -04:00
David Benjamin
5fcc3788bd
UnifiedGenotypingEngine queries VariantContext for model if not given
2015-08-05 15:30:37 -04:00
Eric Banks
c34d8174fc
Merge pull request #1114 from broadinstitute/eb_fix_IR_secondary_mates
...
Patch for the incorrect "fixing" of mates when supplementary alignments are present
2015-08-05 14:13:24 -04:00
Eric Banks
df033f674d
Patch for the incorrect "fixing" of mates when supplementary alignments are present.
...
Note that this patch involves ignoring supplementary alignments. Ideally we would want
to fix their mates properly but that would require a major refactoring of this soon-to-be
deprecated tool.
2015-08-05 12:55:39 -04:00
Valentin Ruano Rubio
f73871c865
Merge pull request #1098 from broadinstitute/vrr_rcm_is_active_calculateGenotypes
...
Faster implementation of the active state profile value calculation w…
2015-07-30 10:57:33 -04:00
vruano
604fb7aaf8
Faster implementation of the active state profile value calculation when running HC with a single sample.
...
Find out about a dev-bug and added TODOs (reported in #1096 ).
Addresses issue #1095 .
Conflicts:
protected/gatk-tools-protected/src/main/java/org/broadinstitute/gatk/tools/walkers/haplotypecaller/HaplotypeCaller.java
2015-07-30 10:56:05 -04:00
Geraldine Van der Auwera
9819624801
Merge pull request #1105 from broadinstitute/gvda_typo_fixes_1087_1042
...
Fixed typos and made some argument docs improvements
2015-07-29 23:37:00 -04:00
Geraldine Van der Auwera
875c7ffa1a
Fixed typos and made some argument docs improvements
2015-07-29 23:06:19 -04:00
Valentin Ruano Rubio
bb4c9fa1d3
Merge pull request #1099 from broadinstitute/vrr_magic_numbers
...
Extracted some constant expressions involved HC variation discovery a…
2015-07-29 13:38:23 -04:00
vruano
02c7876c72
Extracted some constant expressions involved HC variation discovery and genotyping.
...
Addreses issue #1092 .
2015-07-29 11:58:13 -04:00
Geraldine Van der Auwera
ac86b22662
Merge pull request #1101 from broadinstitute/ms_remove_KBest_unique
...
Removes unique(int maxSize) from KBestHaplotypeFinder
2015-07-28 17:27:48 -04:00
meganshand
4d4de27ba3
Removes unique(int maxSize) from KBestHaplotypeFinder
2015-07-28 15:54:21 -04:00
Louis Bergelson
9d9827f176
Merge pull request #1031 from broadinstitute/lb_update_for_java8
...
Updated gatk so it compiles with java 8
2015-07-28 11:09:19 -04:00
Valentin Ruano Rubio
3a3ff558c4
Merge pull request #1085 from broadinstitute/vrr_path_builder
...
ReferenceConfidenceModel likelihood calculation in non…
2015-07-28 10:48:03 -04:00
Geraldine Van der Auwera
43a37fc746
Merge pull request #1075 from broadinstitute/ldg_bamoutDocs
...
Add info about multiple input samples (as relevant for M2)
2015-07-27 16:56:36 -04:00
Geraldine Van der Auwera
5939b4c100
Merge pull request #1073 from broadinstitute/ldg_SV-MVtestNameFix
...
Fix logging name on SelectVariantsIntegrationTest::testInvertMendelia…
2015-07-27 16:54:59 -04:00
vruano
8f6daf70db
Refactoring of ReferenceConfidenceModel likelihood calculation in non variant sites
...
Changed a division by -10.0 to a multiplication by -.1 in QualUtils (typically multiplication is faster than division).
Addresses performance issue #1081 .
2015-07-26 08:33:46 -04:00