Skip to content

Commit

Permalink
Cutadapt: Require xopen >= 0.1.1
Browse files Browse the repository at this point in the history
0.1.0 can hang on gzipped files. See bcbio/bcbio-nextgen#1700
and marcelm/cutadapt@d096ff2
  • Loading branch information
roryk committed Dec 19, 2016
1 parent 290ec8c commit 91a33de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/cutadapt/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ source:
md5: 27039acb5ae6259f82abfcff186bee7a

build:
number: 0
number: 1
script: $PYTHON setup.py install

requirements:
build:
- python
- xopen
- xopen >=0.1.1
run:
- python
- xopen
- xopen >=0.1.1

test:
imports:
Expand Down

0 comments on commit 91a33de

Please sign in to comment.