Last active
August 28, 2019 18:55
-
-
Save ozcan/7528b48853cf6af76bb34743036eaec0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package: | |
name: anvio-minimal | |
version: {{ version }} | |
source: | |
url: {{ url }} | |
sha256: {{ sha256 }} | |
build: | |
number: 0 | |
script: python -m pip install --no-deps --ignore-installed . | |
requirements: | |
host: | |
- python ==3.6 | |
- numpy ==1.17.1 | |
- setuptools ==41.2.0 | |
- wheel ==0.33.6 | |
- pip ==19.2.3 | |
run: | |
- python ==3.6 | |
- numpy ==1.17.1 | |
- bottle ==0.12.13 | |
- pysam ==0.15.2 | |
- ete3 ==3.1.1 | |
- scipy ==1.3.1 | |
- scikit-learn ==0.19.2 | |
- django ==2.0.8 | |
- cherrypy ==8.0.0 | |
- requests ==2.20.0 | |
- psutil ==5.4.3 | |
- mistune ==0.8.1 | |
- six ==1.11.0 | |
- pandas ==0.25.1 | |
- matplotlib ==2.2.3 | |
- pyani ==0.2.7 | |
- statsmodels ==0.9.0 | |
- snakemake-minimal ==5.2.4 | |
- colored ==1.3.93 | |
- illumina-utils ==2.6 | |
- tabulate ==0.8.3 | |
test: | |
commands: | |
- anvi-pan-genome --help | |
- anvi-script-reformat-fasta --help | |
- anvi-profile --version | |
about: | |
home: http://merenlab.org/software/anvio/index.html | |
license: GPL-3.0-or-later | |
license_family: GPL3 | |
summary: "An interactive analysis and visualization platform for omics data" | |
dev_url: https://github.com/merenlab/anvio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment