Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

illumina-interop: enable Python bindings; add license. #40431

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
13 changes: 12 additions & 1 deletion recipes/illumina-interop/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package:
version: '{{version}}'

build:
number: 1
number: 2
skip: true # [osx]
run_exports:
- {{ pin_subpackage('illumina-interop', max_pin="x.x") }}
Expand All @@ -21,9 +21,19 @@ requirements:
- cmake
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- python >=3.9
- numpy
- swig
- libgomp # [linux]

test:
requires:
- python >=3.9
- numpy
commands:
- 'ls -Ra $CONDA_PREFIX/lib/'
- 'ls -Ra /opt/mambaforge/envs/bioconda/lib/python3*'
- 'ls -Ra /opt/mambaforge/envs/bioconda/lib/python3*/site-packages'
- interop_dumptext | grep Version > /dev/null
- interop_imaging_table | grep Version > /dev/null
- interop_summary | grep Version > /dev/null
Expand All @@ -47,6 +57,7 @@ about:
faster display of a subset of the original data (collapsed quality scores).
dev_url: https://github.com/Illumina/interop
license_family: GPL
license_file: LICENSE

extra:
additional-platforms:
Expand Down
Loading