From b0d392ca57fbd8682b8ecef84c07f3abc5773819 Mon Sep 17 00:00:00 2001 From: Lucas van Dijk Date: Fri, 11 Oct 2024 11:59:16 -0500 Subject: [PATCH] enh: Add run_exports and add python import test --- recipes/rna-seqc/meta.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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