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