taxoniumtools 2.0.220__tar.gz → 2.0.222__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. {taxoniumtools-2.0.220 → taxoniumtools-2.0.222}/PKG-INFO +3 -1
  2. {taxoniumtools-2.0.220 → taxoniumtools-2.0.222}/README.md +2 -0
  3. {taxoniumtools-2.0.220 → taxoniumtools-2.0.222}/src/taxoniumtools/_version.py +2 -2
  4. {taxoniumtools-2.0.220 → taxoniumtools-2.0.222}/src/taxoniumtools.egg-info/PKG-INFO +3 -1
  5. {taxoniumtools-2.0.220 → taxoniumtools-2.0.222}/pyproject.toml +0 -0
  6. {taxoniumtools-2.0.220 → taxoniumtools-2.0.222}/setup.cfg +0 -0
  7. {taxoniumtools-2.0.220 → taxoniumtools-2.0.222}/src/taxoniumtools/__init__.py +0 -0
  8. {taxoniumtools-2.0.220 → taxoniumtools-2.0.222}/src/taxoniumtools/__main__.py +0 -0
  9. {taxoniumtools-2.0.220 → taxoniumtools-2.0.222}/src/taxoniumtools/newick_to_taxonium.py +0 -0
  10. {taxoniumtools-2.0.220 → taxoniumtools-2.0.222}/src/taxoniumtools/parsimony_pb2.py +0 -0
  11. {taxoniumtools-2.0.220 → taxoniumtools-2.0.222}/src/taxoniumtools/usher_to_taxonium.py +0 -0
  12. {taxoniumtools-2.0.220 → taxoniumtools-2.0.222}/src/taxoniumtools/ushertools.py +0 -0
  13. {taxoniumtools-2.0.220 → taxoniumtools-2.0.222}/src/taxoniumtools/utils.py +0 -0
  14. {taxoniumtools-2.0.220 → taxoniumtools-2.0.222}/src/taxoniumtools/view_taxonium.py +0 -0
  15. {taxoniumtools-2.0.220 → taxoniumtools-2.0.222}/src/taxoniumtools.egg-info/SOURCES.txt +0 -0
  16. {taxoniumtools-2.0.220 → taxoniumtools-2.0.222}/src/taxoniumtools.egg-info/dependency_links.txt +0 -0
  17. {taxoniumtools-2.0.220 → taxoniumtools-2.0.222}/src/taxoniumtools.egg-info/entry_points.txt +0 -0
  18. {taxoniumtools-2.0.220 → taxoniumtools-2.0.222}/src/taxoniumtools.egg-info/requires.txt +0 -0
  19. {taxoniumtools-2.0.220 → taxoniumtools-2.0.222}/src/taxoniumtools.egg-info/top_level.txt +0 -0
  20. {taxoniumtools-2.0.220 → taxoniumtools-2.0.222}/test_data/hu1.gb +0 -0
  21. {taxoniumtools-2.0.220 → taxoniumtools-2.0.222}/test_data/mpox.pb +0 -0
  22. {taxoniumtools-2.0.220 → taxoniumtools-2.0.222}/test_data/mpox_ref.fasta +0 -0
  23. {taxoniumtools-2.0.220 → taxoniumtools-2.0.222}/test_data/test.nwk +0 -0
  24. {taxoniumtools-2.0.220 → taxoniumtools-2.0.222}/test_data/test_config.json +0 -0
  25. {taxoniumtools-2.0.220 → taxoniumtools-2.0.222}/test_data/tfci.meta.tsv.gz +0 -0
  26. {taxoniumtools-2.0.220 → taxoniumtools-2.0.222}/test_data/tfci.pb +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: taxoniumtools
3
- Version: 2.0.220
3
+ Version: 2.0.222
4
4
  Summary: Generate files for taxonium
5
5
  Home-page: https://github.com/theosanderson/taxonium
6
6
  Author: Theo Sanderson
@@ -65,3 +65,5 @@ pip install chronumental
65
65
  usher_to_taxonium --input tfci.pb --output tfci-taxonium.jsonl.gz --metadata tfci.meta.tsv.gz --genbank hu1.gb \
66
66
  --columns genbank_accession,country,date,pangolin_lineage --chronumental --chronumental_steps 300
67
67
  ```
68
+
69
+ ### For more information see the [docs](https://docs.taxonium.org/en/latest/taxoniumtools.html)
@@ -42,3 +42,5 @@ pip install chronumental
42
42
  usher_to_taxonium --input tfci.pb --output tfci-taxonium.jsonl.gz --metadata tfci.meta.tsv.gz --genbank hu1.gb \
43
43
  --columns genbank_accession,country,date,pangolin_lineage --chronumental --chronumental_steps 300
44
44
  ```
45
+
46
+ ### For more information see the [docs](https://docs.taxonium.org/en/latest/taxoniumtools.html)
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '2.0.220'
16
- __version_tuple__ = version_tuple = (2, 0, 220)
15
+ __version__ = version = '2.0.222'
16
+ __version_tuple__ = version_tuple = (2, 0, 222)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: taxoniumtools
3
- Version: 2.0.220
3
+ Version: 2.0.222
4
4
  Summary: Generate files for taxonium
5
5
  Home-page: https://github.com/theosanderson/taxonium
6
6
  Author: Theo Sanderson
@@ -65,3 +65,5 @@ pip install chronumental
65
65
  usher_to_taxonium --input tfci.pb --output tfci-taxonium.jsonl.gz --metadata tfci.meta.tsv.gz --genbank hu1.gb \
66
66
  --columns genbank_accession,country,date,pangolin_lineage --chronumental --chronumental_steps 300
67
67
  ```
68
+
69
+ ### For more information see the [docs](https://docs.taxonium.org/en/latest/taxoniumtools.html)