Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HiCExplorer update to version 2.2-beta #12309

Merged
merged 4 commits into from
Nov 23, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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