Skip to content

Commit 5b95849

Browse files
committed
Bugfix to AnnotationStep
1 parent 65c73ce commit 5b95849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ public Output processVariants(File inputVCF, File outputDirectory, ReferenceGeno
605605

606606
private File getFieldConfigFile()
607607
{
608-
return new File(getPipelineCtx().getSourceDirectory(), "funcotatorFields.txt");
608+
return new File(getPipelineCtx().getSourceDirectory(true), "funcotatorFields.txt");
609609
}
610610

611611
private void addToolFieldNames(String toolName, String argName, List<String> options, File outDir, VariantProcessingStepOutputImpl output, @Nullable List<String> extraFields) throws PipelineJobException

0 commit comments

Comments
 (0)