Skip to content

Commit

Permalink
compatibility_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry-Antipov committed Mar 18, 2024
1 parent 7238937 commit 4dff6c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Snakefiles/3-splitONT.sm
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ checkpoint splitONT:
input:
ont = ONT_READS if config['withONT'] == "True" else {rules.emptyfile.output}
output:
split_finished = '3-align/splitONT.finished'
split_finished = '3-align/split/splitONT.finished'
log:
err = '3-align/splitONT.err'
params:
Expand Down
2 changes: 2 additions & 0 deletions src/verkko.sh
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,8 @@ echo >> ${outd}/snakemake.sh " --configfile verkko.yml \\"
echo >> ${outd}/snakemake.sh " --reason \\"
echo >> ${outd}/snakemake.sh " --keep-going \\"
echo >> ${outd}/snakemake.sh " --rerun-incomplete \\"
echo >> ${outd}/snakemake.sh " --rerun-triggers mtime \\"

if [ $grid = "local" ] ; then
echo >> ${outd}/snakemake.sh " --latency-wait 2 \\"
echo >> ${outd}/snakemake.sh " --cores ${local_cpus} \\"
Expand Down

0 comments on commit 4dff6c8

Please sign in to comment.