Skip to content

Commit

Permalink
Loosen pinnings in pomoxis (#20131)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw85 authored Feb 4, 2020
1 parent d2a2faa commit 6e3be26
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions recipes/pomoxis/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 08cec3223b638480187605bb0a3a46e9c09fc401a050e292156c4e56b839564a

build:
number: 0
number: 1
noarch: python
entry_points:
- catalogue_errors = pomoxis.catalogue_errors:main
Expand Down Expand Up @@ -40,20 +40,20 @@ requirements:
- biopython >=1.63
- fast5-research
- intervaltree >=3
- mappy ==2.17
- matplotlib ==3.0.3
- numpy ==1.16.1
- pandas ==0.24.2
- mappy >=2.17
- matplotlib >=3.0.3
- numpy >=1.16.1
- pandas >=0.24.2
- porechop
- pysam >=0.15.2
# above is reqs. of python code, additional binaries:
- minimap2 ==2.17
- miniasm ==0.3_r179
- racon ==1.3.1
- samtools ==1.9
- bcftools ==1.9
- seqkit ==0.8.0
- bedtools ==2.29.0
- minimap2 >=2.17
- miniasm >=0.3_r179
- racon >=1.3.1
- samtools >=1.9
- bcftools >=1.9
- seqkit >=0.8.0
- bedtools >=2.29.0

test:
imports:
Expand Down

0 comments on commit 6e3be26

Please sign in to comment.