Skip to content

Commit

Permalink
update to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alienzj committed Nov 9, 2020
1 parent 053e673 commit b31eaa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ metapi works with Python 3.6+.
You can install it via [bioconda](https://bioconda.github.io/):

```
# [WIP]
$ conda install -c bioconda metapi
# or [Complete]
# or
$ conda install -c ohmeta metapi
```

Expand Down Expand Up @@ -55,6 +54,7 @@ $ metapi --help
init init project
mag_wf metagenome-assembly-genome pipeline
gene_wf metagenome-assembly-gene pipeline
sync metapi sync project
```

### init
Expand Down
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__ = '1.0.2'
__version__ = '1.0.3'
__author__ = "Jie Zhu, Fangming Yang"

0 comments on commit b31eaa9

Please sign in to comment.