Skip to content

Commit

Permalink
fix: snakefile fix (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
AKBrueggemann authored Aug 8, 2023
1 parent 9b9d231 commit 01f2d1c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,7 @@ if config["reduced-analysis"] == False:
rule all:
input:
expand(
"".join(
(
config["output"],
"{date}/16S-report.tar.gz",
)
),
"results/{date}/16S-report.tar.gz",
date=get_date(),
),
output:
Expand Down

0 comments on commit 01f2d1c

Please sign in to comment.