Skip to content

Commit

Permalink
HiCExplorer update to version 2.2-beta (#12309)
Browse files Browse the repository at this point in the history
* HiCExplorer update to version 2.2-beta

* Remove of '-' from version number

* Numpy set to 1.15

* Update meta.yaml
  • Loading branch information
joachimwolff committed Nov 23, 2018
1 parent 035fbee commit 90649fe
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions recipes/hicexplorer/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
package:
name: hicexplorer
version: '2.1.4'
version: '2.2beta'

source:
url: https://github.com/deeptools/HiCExplorer/archive/2.1.4.tar.gz
sha256: 83dec8e0388cb185a51fa6cfb055be084be0f8a2912bba18f5bc159d19831698
url: https://github.com/deeptools/HiCExplorer/archive/2.2-beta.tar.gz
sha256: fbdcb0697323489999cfaad609721afa4c89401f0917fd51a1c2bf8cbacfb817

build:
number: 3
number: 0
skip: True #[py35]

requirements:
host:
- python
- setuptools
- numpy
- numpy >=1.15
- scipy
- matplotlib 2.1.*
- matplotlib >=2.2.*
- pysam
- intervaltree
- biopython
Expand All @@ -24,15 +25,17 @@ requirements:
- pandas
- jinja2
- configparser # [not py>34]
- cooler <=0.7.6
- cooler >=0.7.11
- six
- future
- unidecode
- hicmatrix
- pygenometracks
run:
- python
- numpy
- numpy >=1.15
- scipy
- matplotlib 2.1.*
- matplotlib >=2.2.*
- pysam
- intervaltree
- biopython
Expand All @@ -41,10 +44,12 @@ requirements:
- pandas
- jinja2
- configparser # [not py>34]
- cooler <=0.7.6
- cooler >=0.7.11
- six
- future
- unidecode
- hicmatrix
- pygenometracks

test:
imports:
Expand Down

0 comments on commit 90649fe

Please sign in to comment.