-
Notifications
You must be signed in to change notification settings - Fork 128
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
Reference sequence not removed when calling augur align #454
Comments
I'm having trouble reproducing this using the Zika example. If I run: If I edit the Did I miss something? |
@godotgildor The Zika issue only occurs with the full Zika build and not with the tutorial build. See the complete description of this issue for more details. |
Fixes a previously missed issue related to #454 where the reference was not removed when no gaps were found relative to the reference.
@godotgildor Please can you rerun your test with the most recent version? The issue should be fixed now. |
The solution to Trevor's original issue is partially data-dependent. A fix that would help from the augur side, though, is to change the name field used for reference sequences from I'm labeling this as an issue to discuss within the Nextstrain team for now. It doesn't need any further development until then. |
I'm going to close this immediate issue as the real issue is as @huddlej says one of naming of Genbank reference sequences. I don't think high priority. |
This should be able to be replicated by running
snakemake -p results/aligned.fasta
in https://github.com/nextstrain/ncov.This calls
augur align
with--remove-reference
. However, referenceMN908947
still appears in output.This is also replicated by running the same set of commands from https://github.com/nextstrain/zika, wherein
PF13/251013_18
still appears inresults/aligned.fasta
.The text was updated successfully, but these errors were encountered: