From b9f79c122dd5268c7e99b1f646917954da0ea526 Mon Sep 17 00:00:00 2001 From: alienzj Date: Tue, 24 May 2022 17:52:16 +0800 Subject: [PATCH] add miss deps, update to v2.1.1 --- README.md | 4 ++-- environment.yml | 3 ++- metapi/__about__.py | 2 +- requirements.txt | 1 + 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 474f85b6..20408f81 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,13 @@ You can install it via [bioconda](https://bioconda.github.io/): ➤ mamba install -c conda-forge -c bioconda metapi # It is recommended to install the latest version -➤ mamba install -c conda-forge -c bioconda metapi=2.1.0 +➤ mamba install -c conda-forge -c bioconda metapi=2.1.1 ``` Or via pip: ``` -➤ pip3 install metapi=2.1.0 +➤ pip3 install metapi=2.1.1 ``` ## Run diff --git a/environment.yml b/environment.yml index a6518660..26f6755b 100644 --- a/environment.yml +++ b/environment.yml @@ -10,4 +10,5 @@ dependencies: - ruamel.yaml - snakemake >=6.10 - openpyxl - - biopython >=1.73 \ No newline at end of file + - natsort + - biopython >=1.73 diff --git a/metapi/__about__.py b/metapi/__about__.py index 74720054..11523520 100644 --- a/metapi/__about__.py +++ b/metapi/__about__.py @@ -1,4 +1,4 @@ #!/usr/bin/env python3 -__version__ = '2.1.0' +__version__ = '2.1.1' __author__ = "Jie Zhu, Fangming Yang" diff --git a/requirements.txt b/requirements.txt index 9579e360..e2f75225 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ pandas openpyxl snakemake ruamel.yaml +natsort biopython >=1.73