From a669b5a772a2126b34983f61e50cec7395f89462 Mon Sep 17 00:00:00 2001 From: BioOmics <90701365+BioOmics@users.noreply.github.com> Date: Thu, 24 Oct 2024 03:44:38 +0800 Subject: [PATCH] Update iSeq (#51584) * Update iSeq * bump build number --------- Co-authored-by: Joshua Zhuang <71105179+mencian@users.noreply.github.com> --- recipes/iseq/meta.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/recipes/iseq/meta.yaml b/recipes/iseq/meta.yaml index 2a85f735cc231..478271bd01ce4 100644 --- a/recipes/iseq/meta.yaml +++ b/recipes/iseq/meta.yaml @@ -11,19 +11,19 @@ source: build: noarch: generic - number: 0 + number: 1 run_exports: - {{ pin_subpackage(name|lower, max_pin="x") }} requirements: - build: + host: - bash run: - pigz - wget - axel - aspera-cli - - sra-tools =2.11.0 + - sra-tools >=2.11.0 test: commands: @@ -32,8 +32,10 @@ test: about: home: https://github.com/BioOmics/iSeq license: MIT - summary: "iSeq is a Bash script that allows you to download sequencing data and metadata from GSA, SRA, ENA, and DDBJ databases" + license_family: MIT + summary: "iSeq is a Bash script that allows you to download sequencing data and metadata from GSA, SRA, ENA, and DDBJ databases." + dev_url: https://github.com/BioOmics/iSeq extra: recipe-maintainers: - - Haoyu Chao + - BioOmics