Skip to content

Commit

Permalink
Clean repository
Browse files Browse the repository at this point in the history
  • Loading branch information
willu47 committed Sep 13, 2019
1 parent 1609450 commit 3118ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rule solve:

rule clean:
shell:
"rm -f processed_data/*/*.pdf processed_data/*/*.sol processed_data/*/*.csv *.png"
"rm -fr processed_data/* results/* *.png"

rule make_dag:
output: pipe("dag.txt")
Expand Down

0 comments on commit 3118ff9

Please sign in to comment.