Skip to content

Commit

Permalink
HiCExplorer 2.1.1 update (#13564)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimwolff authored and bgruening committed Feb 8, 2019
1 parent 2a8d027 commit 6ba73a2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions recipes/hicexplorer/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package:
name: hicexplorer
version: '2.2'
version: '2.2.1'

source:
url: https://github.com/deeptools/HiCExplorer/archive/2.2.tar.gz
sha256: 552070da33caf48d137b3f0a43e4bb416bf943340fe4813be883ef852beb89fd
url: https://github.com/deeptools/HiCExplorer/archive/2.2.1.tar.gz
sha256: 283856a9ec1c1a73c2d4a7460fb508edce788c3b0f6f51685bb88075ffb1ed14

build:
number: 1
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
noarch: python

Expand All @@ -28,11 +28,11 @@ requirements:
- pandas
- jinja2
- configparser # [not py>34]
- cooler >=0.7.11
- cooler >=0.8.2
- six
- future
- unidecode
- hicmatrix
- hicmatrix >=7
- pygenometracks
- hic2cool

Expand Down

0 comments on commit 6ba73a2

Please sign in to comment.