Skip to content

Commit

Permalink
Version nextalign binary for transition
Browse files Browse the repository at this point in the history
Parallels "Version nextclade binary for transition" (8cf76ae).
  • Loading branch information
victorlin committed Jan 17, 2024
1 parent f79bb86 commit e982fbb
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 @@ -92,7 +92,7 @@ rule align:
--sequences {input.sequences} \
--strip-prefixes {params.strain_prefixes:q} \
--output /dev/stdout 2> {params.sanitize_log} \
| nextalign run \
| nextalign2 run \
--jobs={threads} \
--reference {input.reference} \
--genemap {input.genemap} \
Expand Down

0 comments on commit e982fbb

Please sign in to comment.