Skip to content

Commit

Permalink
fix: typo in logs/ dirname
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Oct 15, 2024
1 parent 7f25ec4 commit 9bc97e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ include: "rules/post_findcircrna_processing.smk"

on_finish_cmd = f"""
sleep 10
mkdir -p {WORKDIR}/log && run_jobby_on_snakemake_log {WORKDIR}/snakemake.log | tee {WORKDIR}/logs/snakemake.log.jobby | cut -f2,3,18 > {WORKDIR}/logs/snakemake.log.jobby.short
mkdir -p {WORKDIR}/logs/ && run_jobby_on_snakemake_log {WORKDIR}/snakemake.log | tee {WORKDIR}/logs/snakemake.log.jobby | cut -f2,3,18 > {WORKDIR}/logs/snakemake.log.jobby.short
if command -v spooker &> /dev/null; then
spooker {WORKDIR} CHARLIE
else
Expand Down

0 comments on commit 9bc97e0

Please sign in to comment.