diff --git a/recipes/rna-seqc/meta.yaml b/recipes/rna-seqc/meta.yaml index 1dd327ad49f68..4f925c169e019 100644 --- a/recipes/rna-seqc/meta.yaml +++ b/recipes/rna-seqc/meta.yaml @@ -17,6 +17,8 @@ requirements: - make - {{ compiler('cxx') }} - {{ compiler('c') }} + run_exports: + - {{ pin_subpackage("rna-seqc", max_pin="x.x") }} host: - curl - bzip2 @@ -39,6 +41,8 @@ requirements: test: commands: - rnaseqc --version + imports: + - rnaseqc about: home: https://github.com/broadinstitute/rnaseqc