Skip to content

Commit

Permalink
typo: add space
Browse files Browse the repository at this point in the history
  • Loading branch information
ninsch3000 committed Sep 6, 2023
1 parent 0042a78 commit eb7081d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/htsinfer.smk
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ rule run_htsinfer:
set +e
htsinfer --records={params.records} --output-directory={params.outdir} --temporary-directory={resources.tmpdir} --cleanup-regime=KEEP_ALL --threads={threads} {input.fq1_path} {params.fq2_path} > {output.htsinfer_json} 2> {log.stderr}
exitcode=$?
if [ $exitcode -eq 1]
if [ $exitcode -eq 1 ]
then
exit 0
fi
Expand Down

0 comments on commit eb7081d

Please sign in to comment.