Skip to content

Commit

Permalink
Add GLnexus.DB as intermediate file
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Feb 2, 2024
1 parent 3bd8e95 commit 262b703
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ public void execute(List<File> inputGvcfs, File outputVcf, PipelineOutputTracker

// Command will fail if this exists:
File dbDir = new File (outputVcf.getParentFile(), "GLnexus.DB");
tracker.addIntermediateFile(dbDir);
if (dbDir.exists())
{
getLogger().debug("Deleting pre-existing GLnexus.DB dir");
Expand Down

0 comments on commit 262b703

Please sign in to comment.