Skip to content

Commit

Permalink
Try specific megahits for Linux and OSX (#52891)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardomortiz authored Dec 18, 2024
1 parent 4e69334 commit 42e936e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/captus/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: {{ sha256 }}

build:
number: 3
number: 4
noarch: python
run_exports:
- {{ pin_subpackage("captus", max_pin="x.x") }}
Expand All @@ -29,7 +29,7 @@ requirements:
- falco >=0.3.0
- fastqc
- mafft
- megahit # [linux]
- megahit >=1.2.9 # [linux]
- megahit =1.2.9=hfbae3c0_0 # [osx]
- mmseqs2
- muscle >=5
Expand All @@ -38,7 +38,7 @@ requirements:
- perl-yaml
- pigz
- plotly
- salmon >=1.10.1
- salmon >=1.10.0
- tqdm
- vsearch

Expand Down

0 comments on commit 42e936e

Please sign in to comment.