Skip to content

Commit

Permalink
fix: write AmpliGone output to logfile instead of stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
florianzwagemaker committed Aug 15, 2022
1 parent b171fc4 commit ff16fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SARS2seq/workflow/workflow.smk
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ if config["primer_file"] != "NONE":
-at {params.amplicontype} \
--export-primers {output.ep} \
-to \
-t {threads}
-t {threads} > {log} 2>&1
"""
if config["primer_file"] == "NONE":
rule RemovePrimers:
Expand Down

0 comments on commit ff16fe4

Please sign in to comment.