-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/upgrade nextclade #963
Conversation
I started a trial build using the v2 docker image. results should show up here: https://nextstrain.org/staging/ncov/open/trial/nextclade-v2/REGION_NAME |
The trial build completed without problem! |
--sequences /dev/stdin \ | ||
--output-dir {params.outdir} \ | ||
--output-basename {params.basename} \ | ||
--output-translations {params.output_translations} \ | ||
--output-fasta {params.uncompressed_alignment} \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to the changelog, version 2 of the Nextalign CLI can write compressed output files, perhaps rendering the uncompressed_alignment
parameter unnecessary.
this updates the nextalign and nextclade calls to work with nextclade v2.
will require nextclade v2 in the image.