Skip to content

Commit

Permalink
Bump deepTools to 3.2.0 (#13683)
Browse files Browse the repository at this point in the history
* Bump deepTools to 3.2.0

* deepTools is now noarch: python
  • Loading branch information
dpryan79 authored Feb 18, 2019
1 parent 8affa74 commit 3ef5a91
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions recipes/deeptools/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
package:
name: deeptools
version: '3.1.3'
version: '3.2.0'

source:
url: https://files.pythonhosted.org/packages/43/0b/0ff8d6440feba7fa4e7911ab0d13bab4ce5c72c9be2ffa6633f417a7cfef/deepTools-3.1.3.tar.gz
sha256: bfbaf077d5206871f237fa4a8fd0da8ecf0d22f4e868fc6eeb215fd14574f3fb
url: https://files.pythonhosted.org/packages/24/c8/ab6daedf122fa31e51193646bd9f811be2cc3b18b7738de8a4cd4e2c26f3/deepTools-3.2.0.tar.gz
sha256: 2748136fb809c69376e6b383ce5a00ba3e7310e2668a82c5550d4c9bb47fe868

build:
number: 1
number: 0
noarch: python

requirements:
build:
- {{ compiler('c') }}
host:
- python
- setuptools
Expand All @@ -24,6 +23,7 @@ requirements:
- pysam >=0.14.0
- py2bit >=0.2.0
- plotly >=1.9.0
- deeptoolsintervals
- pandas

test:
Expand Down

0 comments on commit 3ef5a91

Please sign in to comment.