You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: protected/gatk-tools-protected/src/main/java/org/broadinstitute/gatk/tools/walkers/variantrecalibration/VariantDataManager.java
+15-3
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,15 @@ public List<VariantDatum> getData() {
Copy file name to clipboardexpand all lines: protected/gatk-tools-protected/src/main/java/org/broadinstitute/gatk/tools/walkers/variantrecalibration/VariantRecalibrator.java
@@ -312,6 +313,9 @@ public class VariantRecalibrator extends RodWalker<ExpandingArrayList<VariantDat
312
313
@Argument(fullName = "trustAllPolymorphic", shortName = "allPoly", doc = "Trust that all the input training sets' unfiltered records contain only polymorphic sites to drastically speed up the computation.", required = false)
if( numAnnotations != pmmTable.getNumColumns()-1 || numAnnotations != nmmTable.getNumColumns()-1 ) { // -1 because the first column is the gaussian number.
378
-
thrownewUserException.CommandLineException( "Annotations specified on the command line do not match annotations in the model report." );
finalStringerrorMsg = "Annotations specified on the command line:"+annotationKeys.toString() +" do not match annotations in the model report:"+inputModel;
Copy file name to clipboardexpand all lines: protected/gatk-tools-protected/src/test/java/org/broadinstitute/gatk/tools/walkers/bqsr/BQSRIntegrationTest.java
Copy file name to clipboardexpand all lines: protected/gatk-tools-protected/src/test/java/org/broadinstitute/gatk/tools/walkers/cancer/m2/MuTect2IntegrationTest.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ public void testTruePositivesDream3() {
Copy file name to clipboardexpand all lines: protected/gatk-tools-protected/src/test/java/org/broadinstitute/gatk/tools/walkers/haplotypecaller/HaplotypeCallerIntegrationTest.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ private void validateForwardedProgramRecords(final List<File> bamInFiles, final
Copy file name to clipboardexpand all lines: protected/gatk-tools-protected/src/test/java/org/broadinstitute/gatk/tools/walkers/rnaseq/SplitNCigarReadsIntegrationTest.java
+5-5
Original file line number
Diff line number
Diff line change
@@ -87,39 +87,39 @@ public void testSplitWithDeletions() {
Copy file name to clipboardexpand all lines: protected/gatk-tools-protected/src/test/java/org/broadinstitute/gatk/tools/walkers/simulatereads/SimulateReadsForVariantsIntegrationTest.java
0 commit comments