Skip to content

Commit

Permalink
Forgot to re-add cleanup of temp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
staliv committed Feb 27, 2012
1 parent 7d8e57d commit bfb9291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/illumina2bam_demultiplex_wrapper
Expand Up @@ -258,7 +258,7 @@ function run(barcodeFiles, barcodes, callback) {
createOutputSampleSheets(mainSampleSheet, outputDirs);

//Remove temp directory
//wrench.rmdirSyncRecursive(argv.tempDirectory, false);
wrench.rmdirSyncRecursive(argv.tempDirectory, false);

callback(null, results);
}
Expand Down

0 comments on commit bfb9291

Please sign in to comment.