Skip to content

Commit

Permalink
Concoct add samtools as a dependency (#12642)
Browse files Browse the repository at this point in the history
* Updated concoct to version 1.0.0

* Skip build for macosx at this point

* New build number

* Reset build number to 0, thanks @druvus

* Samtools new requirement for concoct v1.0.0
  • Loading branch information
alneberg authored and druvus committed Dec 14, 2018
1 parent 617325f commit 949a699
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipes/concoct/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source:

build:
preserve_egg_dir: True
number: 0
number: 1
skip: True # [osx]

requirements:
Expand All @@ -30,6 +30,7 @@ requirements:
- gsl
- openblas
- openmp
- samtools

run:
- python
Expand All @@ -46,6 +47,7 @@ requirements:
- gsl
- openblas
- openmp
- samtools

test:
commands:
Expand Down

0 comments on commit 949a699

Please sign in to comment.