Skip to content

Commit

Permalink
enh: Add run_exports and add python import test
Browse files Browse the repository at this point in the history
  • Loading branch information
lrvdijk committed Oct 11, 2024
1 parent 69aa6da commit b0d392c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/rna-seqc/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ requirements:
- make
- {{ compiler('cxx') }}
- {{ compiler('c') }}
run_exports:
- {{ pin_subpackage("rna-seqc", max_pin="x.x") }}
host:
- curl
- bzip2
Expand All @@ -39,6 +41,8 @@ requirements:
test:
commands:
- rnaseqc --version
imports:
- rnaseqc

about:
home: https://github.com/broadinstitute/rnaseqc
Expand Down

0 comments on commit b0d392c

Please sign in to comment.