Skip to content

Commit

Permalink
add a rule clean
Browse files Browse the repository at this point in the history
  • Loading branch information
dpark01 committed Dec 3, 2014
1 parent 604a1e9 commit 24f2655
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pipes/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ rule all:
shell("{config[job_profiler]} {config[logDir]} {config[reportsDir]}/summary.job_stats.txt")
print("echo all done!")


rule clean:
shell: "rm -rf {config[tmpDir]}/* .snakemake.tmp.*"

0 comments on commit 24f2655

Please sign in to comment.