Skip to content

Commit

Permalink
Typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
SeviJordi committed Oct 11, 2023
1 parent 329f34a commit a6904b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/report.smk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rule window:
vcf = OUTDIR/f"{OUTPUT_NAME}.masked.filtered.tsv",
gb = OUTDIR/"reference.gb"
output:
window_df = temp(OUDIR/f"{OUTPUT_NAME}.window.csv"),
window_df = temp(OUTDIR/f"{OUTPUT_NAME}.window.csv"),
log:
LOGDIR / "window" / "log.txt"
script:
Expand Down

0 comments on commit a6904b0

Please sign in to comment.