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
where Varidnaviria is Realm (we would need to add 'Viruses' at the front if we want it)
Might be worth enabling use of all ICTV ranks, which I'm working on for sourmash tax here: sourmash-bio/sourmash#2608.
This doesn't necessarily need to be fixed here, but it seemed a decent spot to file this issue, since this was used to build our last GenBank tax files.
quick fix:
in make-lineage-csv.py, use the following for viruses:
I'm doing some virus work and running up against an issue with our use of only 7 ranks (
superkingdom
-->species
).For cowpox genome (GCA_000839185.1; random example):
The taxonomic information listed on NCBI is:
Using this script, we get the following:
(missing realm/clade
Varidnaviria
, kingdomBamfordvirae
and subfamilyChordopoxvirinae
)The full taxonomy, if we include the empty ICTV ranks, is:
where
Varidnaviria
is Realm (we would need to add 'Viruses' at the front if we want it)Might be worth enabling use of all ICTV ranks, which I'm working on for sourmash tax here: sourmash-bio/sourmash#2608.
This doesn't necessarily need to be fixed here, but it seemed a decent spot to file this issue, since this was used to build our last GenBank tax files.
quick fix:
in
make-lineage-csv.py
, use the following for viruses:This produces the following lineage:
I'll make a PR just to have it somewhere.
The text was updated successfully, but these errors were encountered: