Skip to content

Commit

Permalink
Merge pull request #111 from motu-tool/motus_3.1.0
Browse files Browse the repository at this point in the history
Motus 3.1.0
  • Loading branch information
AlessioMilanese authored Mar 28, 2023
2 parents c01d8b8 + 1fa4838 commit b26d526
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions motus/downloadDB.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
#
# ============================================================================ #

motus_version = "3.0.3"
link_db = "https://zenodo.org/record/5140350/files/db_mOTU_v3.0.1.tar.gz"
md5_db = "f4fd09fad9b311fb4f21383f6101bfc3"
DOI_db = "10.5281/zenodo.5140350"
motus_version = "3.1.0"
link_db = "https://zenodo.org/record/7778108/files/db_mOTU_v3.1.0.tar.gz"
md5_db = "f841c36150025af837f7a9a358c9a3c3"
DOI_db = "10.5281/zenodo.7778108"



Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def read(fname):
long_description = read('README.md')
setup(
name = "motu-profiler",
version = "3.0.3",
version = "3.1.0",
author = "Alessio Milanese",
author_email = "[email protected]",
description = ("Taxonomic profiling of metagenomes from diverse environments with mOTUs3"),
Expand All @@ -19,7 +19,7 @@ def read(fname):
keywords = "bioinformatics metagenomics taxonomic profiling",
url = "https://github.com/motu-tool/mOTUs",
packages=['motus'],
download_url = "https://github.com/motu-tool/mOTUs/archive/refs/tags/3.0.3.tar.gz",
download_url = "https://github.com/motu-tool/mOTUs/archive/refs/tags/3.1.0.tar.gz",
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit b26d526

Please sign in to comment.