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
Copy file name to clipboardExpand all lines: README.md
+43-9Lines changed: 43 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# MultiTax [](https://travis-ci.org/pirovc/multitax)[](https://codecov.io/gh/pirovc/multitax)[](http://bioconda.github.io/recipes/multitax/README.html)
1
+
# MultiTax [](https://travis-ci.com/pirovc/multitax)[](https://codecov.io/gh/pirovc/multitax)[](http://bioconda.github.io/recipes/multitax/README.html)
2
2
3
3
Python package to obtain, parse and explore biological taxonomies
4
4
@@ -12,7 +12,7 @@ MultiTax is a Python package that provides a common and generalized set of funct
12
12
- Translate taxonomies (partially implemented)
13
13
- Convert taxonomies (not yet implemented)
14
14
15
-
MultiTax does not link sequence identifiers to taxonomic nodes, it just handles the taxonomy alone. Some kind of integration to work with sequence or external identifiers is planned, but not yet implemented.
15
+
MultiTax does not link sequence identifiers to taxonomic nodes, it just handles the taxonomy alone. Some integration to work with sequence or external identifiers is planned, but not yet implemented.
- After downloading/parsing the desired taxonomies, MultiTax works fully offline.
240
269
- Taxonomies are parsed into `nodes`. Each node is annotated with a `name` and a `rank`.
241
270
- Some taxonomies have a numeric taxonomic identifier (e.g. NCBI) and other use the rank + name as an identifier (e.g. GTDB). In MultiTax all identifiers are treated as strings.
242
271
- A single root node is defined by default for each taxonomy (or `1` when not defined). This can be changed with `root_node` when loading the taxonomy (as well as annotations `root_parent`, `root_name`, `root_rank`). If the `root_node` already exists, the tree will be filtered.
@@ -269,15 +298,20 @@ Legend:
269
298
- GTDB is a subset of the NCBI repository, so the translation from NCBI to GTDB can be only partial
270
299
- Translation in both ways is based on: https://data.gtdb.ecogenomic.org/releases/latest/ar53_metadata.tar.gz and https://data.gtdb.ecogenomic.org/releases/latest/bac120_metadata.tar.gz
271
300
272
-
## Further ideas
301
+
---
273
302
274
-
- Add/remove/update nodes
303
+
## Further ideas to be implemented
304
+
305
+
- More translations
275
306
- Conversion between taxonomies (write on specific format)
0 commit comments