Skip to content

Commit

Permalink
version nextclade binary for transition, i.e. nextclade -> nextclade2
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Dec 14, 2023
1 parent 024910d commit 8cf76ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/snakemake_rules/main_workflow.smk
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ rule build_align:
--sequences {input.sequences} \
--strip-prefixes {params.strain_prefixes:q} \
--output /dev/stdout 2> {params.sanitize_log} \
| nextclade run \
| nextclade2 run \
--jobs {threads} \
--input-dataset {input.nextclade_dataset} \
--output-tsv {output.nextclade_qc} \
Expand Down

0 comments on commit 8cf76ae

Please sign in to comment.