taxonkit icon indicating copy to clipboard operation
taxonkit copied to clipboard

A Practical and Efficient NCBI Taxonomy Toolkit, also supports creating NCBI-style taxdump files for custom taxonomies like GTDB/ICTV

Results 17 taxonkit issues
Sort by recently updated
recently updated
newest added

Is it possible to generate a graphical representation of a taxdump? Most taxdumps are huge and impractical to represent graphically but, sometimes when testing, users work with reduced taxdumps that...

### Prerequisites - [x] make sure you're are using the latest version by `taxonkit version` - [x] read the [usage](http://bioinf.shenwei.me/taxonkit/usage/) ### Describe your issue `taxonkit` allows to list all children...

enhancement
new feature

When using a profile with multiple ranks as input, the output gives summed up ranks for the higher ranks, e.g.: ``` 2 1 1224 0.7 1236 0.3 ``` Leads to:...

enhancement

Is it possible to remove a node (or a list of nodes) and (optionally) all those downstream? I am trying to remove all branches of the taxonomy that are unclassified...

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...

#88 ``` $ echo 'Pholoe glabra' | taxonkit name2taxid -f Pholoe glabra 2975041 ``` ``` $ echo 2975041 | taxonkit lineage 2975041 cellular organisms;Eukaryota;Viridiplantae;Streptophyta;Streptophytina;Embryophyta;Tracheophyta;Euphyllophyta;Spermatophyta;Magnoliopsida;Mesangiospermae;Liliopsida;Petrosaviidae;Asparagales;Asphodelaceae;Asphodeloideae;Gasteria;Gasteria carinata;Gasteria carinata var. glabra (Salm-Dyck) ```...

### Prerequisites - [x] make sure you're are using the latest version by `taxonkit version` - [x] read the [usage](http://bioinf.shenwei.me/taxonkit/usage/) ### Describe your issue * [x] describe the problem *...