Skip to content

Commit 6b7f83e

Browse files
committed
Dont delete funcotator fields file
1 parent 5b95849 commit 6b7f83e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mGAP/src/org/labkey/mgap/pipeline/AnnotationStep.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,8 +524,6 @@ public Output processVariants(File inputVCF, File outputDirectory, ReferenceGeno
524524
}
525525

526526
File configFile = getFieldConfigFile();
527-
output.addIntermediateFile(configFile);
528-
529527
fr.runFuncotator(funcotatorSourceDir, liftedToGRCh37, funcotatorAnnotated, grch37Genome, configFile, extraArgs);
530528
}
531529
else

0 commit comments

Comments
 (0)