Skip to content

Commit

Permalink
fix: Place run_exports in correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
lrvdijk committed Oct 11, 2024
1 parent b0d392c commit bf04c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/rna-seqc/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ source:

build:
number: 1
run_exports:
- {{ pin_subpackage("rna-seqc", max_pin="x.x") }}

requirements:
build:
- make
- {{ compiler('cxx') }}
- {{ compiler('c') }}
run_exports:
- {{ pin_subpackage("rna-seqc", max_pin="x.x") }}
host:
- curl
- bzip2
Expand Down

0 comments on commit bf04c1e

Please sign in to comment.