You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GenBank urls can be specially added as https://www.ncbi.nlm.nih.gov/nuccore/<genbank_accession>
URLs for arbitrary non-GenBank sequences will have to be added through manual annotations.
The text was updated successfully, but these errors were encountered:
The logic here is a bit confusing (I'm documenting this now).
If "accession": "AY741551" is switched to "genbank_accession": {"value": "AY741551"} then auspice will automagically add the GenBank URL 😉 This is the best approach.
Note that if we choose the latter, then neither "genbank_accession" nor "gisaid_epi_isl" can appear as a node_attr. However different nodes can use different approaches, which will be helpful if we have non-genbank strains.
Context
See #72 (comment)
Possible solution
GenBank urls can be specially added as
https://www.ncbi.nlm.nih.gov/nuccore/<genbank_accession>
URLs for arbitrary non-GenBank sequences will have to be added through manual annotations.
The text was updated successfully, but these errors were encountered: