-
Notifications
You must be signed in to change notification settings - Fork 10
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
Automated h5n1-cattle-outbreak phylo build failure #113
Comments
I could not find the strain name So there's a mismatch of strain name:
The mismatch is caused by the strain name being modified by iqtree during augur tree (nextstrain/augur#1084). |
|
Replace invalid characters with `_` to match iqtree¹ so augur tree will not modify strain names and cause a mismatch between the tree and the alignment FASTA.² Keeps the previous removal of whitespace in place to ensure that the previous valid strain names do not change. ¹ <https://github.com/iqtree/iqtree2/blob/74da454bbd98d6ecb8cb955975a50de59785fbde/utils/tools.cpp#L607> ² <#113>
Use the augur.curate.parse_genbank_location function to parse the country field since we've now seen an example of it formatted as the GenBank geolocation format ("USA:OR") in the SRA data.¹ ¹ <#113>
Error from augur refine
The text was updated successfully, but these errors were encountered: