Skip to content

Commit

Permalink
Bump anvio to 5.3.0 (#13682)
Browse files Browse the repository at this point in the history
* bump anvio

* Fix file
  • Loading branch information
druvus authored Feb 18, 2019
1 parent ea63ad9 commit 8affa74
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
22 changes: 12 additions & 10 deletions recipes/anvio-minimal/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set version = "5.2.0" %}
{% set sha256 = "2b74ec5977a2c0a047def37fb814e9cfc380f65c312cf9df95a2c75d271c7182" %}
{% set url = "https://files.pythonhosted.org/packages/e0/15/a57179e855d4185e36bb83e982718260acf1334ac892e856cc18950d368a/anvio-5.2.tar.gz" %}
{% set version = "5.3.0" %}
{% set sha256 = "42b41710c3fd9ac82be729027d2ba950c7bac37c3bf008c815fb03040391b0b3" %}
{% set url = "https://files.pythonhosted.org/packages/75/b8/be0c1070308395fc11ba76cf69225ce3640b7079ca74f5a3038a91a9438b/anvio-5.3.tar.gz" %}

package:
name: anvio-minimal
Expand All @@ -11,7 +11,7 @@ source:
sha256: {{ sha256 }}

build:
number: 1
number: 0
script: python -m pip install --no-deps --ignore-installed .

requirements:
Expand All @@ -27,22 +27,24 @@ requirements:
- python >=3, <3.7
- numpy
- bottle ==0.12.13
- pysam ==0.15.1
- pysam ==0.15.2
- ete3 ==3.1.1
- scipy >=0.13.3
- scikit-learn ==0.19.2
- django ==2.0.2
- django ==2.0.8
- h5py >=2.8.0
- cherrypy >=8,<9
- requests >=2.19.1
- psutil >=5.4.3
- mistune ==0.7.4
- requests ==2.20.0
- psutil ==5.4.3
- mistune ==0.8.1
- six ==1.11.0
- pandas >=0.23.1
- matplotlib >=2.2.3
- 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
- gsl
- openblas

Expand Down
3 changes: 1 addition & 2 deletions recipes/anvio/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "5.2.0" %}
{% set version = "5.3.0" %}

package:
name: anvio
Expand All @@ -10,7 +10,6 @@ build:
requirements:
run:
- anvio-minimal =={{ version }}
#- snakemake ==4.7.0
- prodigal
- mcl
- muscle
Expand Down

0 comments on commit 8affa74

Please sign in to comment.