Skip to content

Commit f3192f6

Browse files
committed
Paragraph: perform more cleanup
1 parent 2df816e commit f3192f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/alignment/ParagraphStep.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,11 @@ else if (header.getReadGroups().size() > 1)
207207
}
208208

209209
ctx.getFileManager().addSequenceOutput(genotypes, "paraGRAPH Genotypes: " + so.getName(), "paraGRAPH Genoypes", so.getReadset(), null, so.getLibrary_id(), "Input VCF: " + svVcf.getName() + " (" + svVcfId + ")");
210+
211+
ctx.getFileManager().addIntermediateFile(new File(paragraphOutDir, "variants.json.gz"));
212+
ctx.getFileManager().addIntermediateFile(new File(paragraphOutDir, "variants.vcf.gz"));
213+
ctx.getFileManager().addIntermediateFile(new File(paragraphOutDir, "genotypes.json.gz"));
214+
ctx.getFileManager().addIntermediateFile(new File(paragraphOutDir, "grmpy.log"));
210215
}
211216
}
212217
}

0 commit comments

Comments
 (0)