Skip to content

Commit

Permalink
Update isescan to use fraggenescan >= 1.32 dependency so it is compat…
Browse files Browse the repository at this point in the history
…ible with MacOSX (#52987)

* Updated isescan recipe to use fraggenescan >= 1.32 to work on MacOSX

* Bump version number

* Added run_exports

* Fix run_exports

* Fix run_exports

* Add additional platforms

* Remove additional platforms
  • Loading branch information
jeffreybarrick authored Dec 28, 2024
1 parent 0bd9266 commit 1cb591f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions recipes/isescan/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,20 @@ source:
sha256: 90ef6bc660e471347f65864bd3563f769ed4b79b1a932195f353c5e86351ab05

build:
number: 2
skip: True # [osx]
number: 4
run_exports:
- {{ pin_subpackage('isescan', max_pin="x.x") }}

requirements:
build:
- {{ compiler('c') }}

run:
- python >=3
- numpy >=1.8
- scipy >=0.13.1
- fastcluster
- fraggenescan <=1.30
- fraggenescan >=1.32
- hmmer >=3.1b2
- blast >=2.2.31
- biopython >=1.62
Expand All @@ -32,4 +34,4 @@ test:
about:
home: https://github.com/xiezhq/ISEScan
license: GNU General Public License
summary: 'A python pipeline to identify IS (Insertion Sequence) elements in genome and metagenome '
summary: 'A python pipeline to identify IS (Insertion Sequence) elements in genome and metagenome '

0 comments on commit 1cb591f

Please sign in to comment.