Skip to content

Commit

Permalink
add miss deps, update to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alienzj committed May 24, 2022
1 parent dd637e2 commit b9f79c1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ dependencies:
- ruamel.yaml
- snakemake >=6.10
- openpyxl
- biopython >=1.73
- natsort
- biopython >=1.73
2 changes: 1 addition & 1 deletion metapi/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3

__version__ = '2.1.0'
__version__ = '2.1.1'
__author__ = "Jie Zhu, Fangming Yang"
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ pandas
openpyxl
snakemake
ruamel.yaml
natsort
biopython >=1.73

0 comments on commit b9f79c1

Please sign in to comment.