Skip to content

Commit

Permalink
Paragraph: perform more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Jun 24, 2024
1 parent 2df816e commit f3192f6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,11 @@ else if (header.getReadGroups().size() > 1)
}

ctx.getFileManager().addSequenceOutput(genotypes, "paraGRAPH Genotypes: " + so.getName(), "paraGRAPH Genoypes", so.getReadset(), null, so.getLibrary_id(), "Input VCF: " + svVcf.getName() + " (" + svVcfId + ")");

ctx.getFileManager().addIntermediateFile(new File(paragraphOutDir, "variants.json.gz"));
ctx.getFileManager().addIntermediateFile(new File(paragraphOutDir, "variants.vcf.gz"));
ctx.getFileManager().addIntermediateFile(new File(paragraphOutDir, "genotypes.json.gz"));
ctx.getFileManager().addIntermediateFile(new File(paragraphOutDir, "grmpy.log"));
}
}
}
Expand Down

0 comments on commit f3192f6

Please sign in to comment.