drep 3.6.1__tar.gz → 3.6.2__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 (36) hide show
  1. {drep-3.6.1 → drep-3.6.2}/PKG-INFO +1 -1
  2. drep-3.6.2/drep/VERSION +1 -0
  3. {drep-3.6.1 → drep-3.6.2}/drep.egg-info/PKG-INFO +1 -1
  4. drep-3.6.1/drep/VERSION +0 -1
  5. {drep-3.6.1 → drep-3.6.2}/README.md +0 -0
  6. {drep-3.6.1 → drep-3.6.2}/bin/dRep +0 -0
  7. {drep-3.6.1 → drep-3.6.2}/drep/WorkDirectory.py +0 -0
  8. {drep-3.6.1 → drep-3.6.2}/drep/__init__.py +0 -0
  9. {drep-3.6.1 → drep-3.6.2}/drep/argumentParser.py +0 -0
  10. {drep-3.6.1 → drep-3.6.2}/drep/controller.py +0 -0
  11. {drep-3.6.1 → drep-3.6.2}/drep/d_adjust.py +0 -0
  12. {drep-3.6.1 → drep-3.6.2}/drep/d_analyze.py +0 -0
  13. {drep-3.6.1 → drep-3.6.2}/drep/d_bonus.py +0 -0
  14. {drep-3.6.1 → drep-3.6.2}/drep/d_choose.py +0 -0
  15. {drep-3.6.1 → drep-3.6.2}/drep/d_cluster/__init__.py +0 -0
  16. {drep-3.6.1 → drep-3.6.2}/drep/d_cluster/cluster_utils.py +0 -0
  17. {drep-3.6.1 → drep-3.6.2}/drep/d_cluster/compare_utils.py +0 -0
  18. {drep-3.6.1 → drep-3.6.2}/drep/d_cluster/controller.py +0 -0
  19. {drep-3.6.1 → drep-3.6.2}/drep/d_cluster/external.py +0 -0
  20. {drep-3.6.1 → drep-3.6.2}/drep/d_cluster/greedy_clustering.py +0 -0
  21. {drep-3.6.1 → drep-3.6.2}/drep/d_cluster/parsers.py +0 -0
  22. {drep-3.6.1 → drep-3.6.2}/drep/d_cluster/utils.py +0 -0
  23. {drep-3.6.1 → drep-3.6.2}/drep/d_evaluate.py +0 -0
  24. {drep-3.6.1 → drep-3.6.2}/drep/d_filter.py +0 -0
  25. {drep-3.6.1 → drep-3.6.2}/drep/d_workflows.py +0 -0
  26. {drep-3.6.1 → drep-3.6.2}/drep.egg-info/SOURCES.txt +0 -0
  27. {drep-3.6.1 → drep-3.6.2}/drep.egg-info/dependency_links.txt +0 -0
  28. {drep-3.6.1 → drep-3.6.2}/drep.egg-info/not-zip-safe +0 -0
  29. {drep-3.6.1 → drep-3.6.2}/drep.egg-info/requires.txt +0 -0
  30. {drep-3.6.1 → drep-3.6.2}/drep.egg-info/top_level.txt +0 -0
  31. {drep-3.6.1 → drep-3.6.2}/helper_scripts/ScaffoldLevel_dRep.py +0 -0
  32. {drep-3.6.1 → drep-3.6.2}/helper_scripts/parse_stb.py +0 -0
  33. {drep-3.6.1 → drep-3.6.2}/pyproject.toml +0 -0
  34. {drep-3.6.1 → drep-3.6.2}/setup.cfg +0 -0
  35. {drep-3.6.1 → drep-3.6.2}/setup.py +0 -0
  36. {drep-3.6.1 → drep-3.6.2}/tests/test_suite.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: drep
3
- Version: 3.6.1
3
+ Version: 3.6.2
4
4
  Summary: De-replication of microbial genomes assembled from multiple samples
5
5
  Home-page: https://github.com/MrOlm/drep
6
6
  Author: Matt Olm
@@ -0,0 +1 @@
1
+ 3.6.2
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: drep
3
- Version: 3.6.1
3
+ Version: 3.6.2
4
4
  Summary: De-replication of microbial genomes assembled from multiple samples
5
5
  Home-page: https://github.com/MrOlm/drep
6
6
  Author: Matt Olm
drep-3.6.1/drep/VERSION DELETED
@@ -1 +0,0 @@
1
- 3.6.1
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes