Skip to content

Commit

Permalink
fixed metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyunzhu committed Apr 1, 2021
1 parent c803d9c commit 12e896c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Woltka does NOT **analyze** profiles. We recommend using [QIIME 2](https://qiime

## Installation

Requirement: [Python](https://www.python.org/) 3.6 or above, with Python package [biom-format](http://biom-format.org/).
Requirement: [Python](https://www.python.org/) 3.6 or above, with Python package [biom-format](http://biom-format.org/) installed.

```bash
pip install woltka
Expand Down
4 changes: 2 additions & 2 deletions woltka/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
__description__ = 'Web of Life ToolKit App'
__version__ = '0.1.2'
__license__ = 'BSD-3-Clause'
__author__ = 'Qiyun Zhu',
__email__ = 'qiyunzhu@gmail.com',
__author__ = 'Qiyun Zhu'
__email__ = 'qiyunzhu@gmail.com'
__url__ = 'https://github.com/qiyunzhu/woltka'

0 comments on commit 12e896c

Please sign in to comment.