Skip to content
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

Feature request: viral realms #102

Closed
mdhishamshaikh opened this issue Sep 22, 2024 · 2 comments
Closed

Feature request: viral realms #102

mdhishamshaikh opened this issue Sep 22, 2024 · 2 comments

Comments

@mdhishamshaikh
Copy link

Hi,
I work on viral omics and I'm using your tool to get complete lineages out. I really like the function where I can get formatted lineages out.
cut -f 2 updated_taxids.txt | taxonkit reformat -I 1 -f "{k},{K},{p},{c},{o},{f},{g},{s},{S},{T}" -F > lineage.txt
I wonder if you could consider adding viral realms as one of the placeholders.

Thank you!

Cheers,
Hisham

@shenwei356
Copy link
Owner

It's useful. I'll add it.

@shenwei356
Copy link
Owner

Try it.

E.g., using https://github.com/shenwei356/ictv-taxdump

# realm,kingdom,phylum,class,order,family,genus,species
$ echo 418966335 \
    | taxonkit reformat --data-dir ictv-taxdump -I 1 -f "{r};{K};{p};{c};{o};{f};{g};{s}"
418966335       Riboviria;Orthornavirae;Pisuviricota;Pisoniviricetes;Nidovirales;Coronaviridae;Betacoronavirus;Betacoronavirus hongkongense

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants