Skip to content

Commit

Permalink
Add .snakemake to clean rules [#2]
Browse files Browse the repository at this point in the history
  • Loading branch information
genehack committed Jul 18, 2024
1 parent 19a9f43 commit 44d66ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ingest/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ else:
rule clean:
params:
targets = [
".snakemake",
"benchmarks",
"data",
"logs",
Expand Down
1 change: 1 addition & 0 deletions phylogenetic/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ include: "rules/export.smk"
rule clean:
params:
targets = [
".snakemake",
"auspice",
"data",
"logs",
Expand Down

0 comments on commit 44d66ae

Please sign in to comment.