Skip to content

Commit

Permalink
Merge pull request #226 from nextstrain/nextclade2
Browse files Browse the repository at this point in the history
Version nextclade binary for transition, i.e. nextclade -> nextclade2
  • Loading branch information
corneliusroemer authored Jan 15, 2024
2 parents eccb6c3 + 3683aed commit 5d3a267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ingest/workflow/snakemake_rules/nextclade.smk
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rule align:
threads: 4
shell:
"""
nextclade run -D {input.dataset} -j {threads} --retry-reverse-complement \
nextclade2 run -D {input.dataset} -j {threads} --retry-reverse-complement \
--output-fasta {output.alignment} --output-translations {params.translations} \
--output-insertions {output.insertions} {input.sequences}
zip -rj {output.translations} data/translations
Expand All @@ -48,7 +48,7 @@ rule nextclade:
threads: 4
shell:
"""
nextclade run -D {input.dataset} -j {threads} --output-tsv {output} {input.sequences} --retry-reverse-complement
nextclade2 run -D {input.dataset} -j {threads} --output-tsv {output} {input.sequences} --retry-reverse-complement
"""


Expand Down

0 comments on commit 5d3a267

Please sign in to comment.