From 850e51d8ca9c5c143f78c15849f510808634c962 Mon Sep 17 00:00:00 2001 From: Bioconda Bot <47040946+BiocondaBot@users.noreply.github.com> Date: Tue, 24 Sep 2024 18:42:17 -0400 Subject: [PATCH] Update smudgeplot to 0.3.0 (#50909) * Update smudgeplot to 0.3.0 * add run_exports --------- Co-authored-by: mencian --- recipes/smudgeplot/build.sh | 2 +- recipes/smudgeplot/meta.yaml | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/recipes/smudgeplot/build.sh b/recipes/smudgeplot/build.sh index 758b23ba13f0e..7dd1d9fd55b4a 100644 --- a/recipes/smudgeplot/build.sh +++ b/recipes/smudgeplot/build.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash mkdir -p $PREFIX/bin diff --git a/recipes/smudgeplot/meta.yaml b/recipes/smudgeplot/meta.yaml index 3def4859d4580..95578db800444 100644 --- a/recipes/smudgeplot/meta.yaml +++ b/recipes/smudgeplot/meta.yaml @@ -1,16 +1,17 @@ -{% set version = "0.2.5" %} +{% set version = "0.3.0" %} package: name: smudgeplot version: {{ version }} build: - number: 4 - skip: True # [py2k] + number: 0 + run_exports: + - {{ pin_subpackage('smudgeplot', max_pin="x.x") }} source: url: https://github.com/KamilSJaron/smudgeplot/archive/v{{ version }}.tar.gz - sha256: 189c910b28e59d52f52ae1f7b2fc0c7e8c603525e4383e19753eccbb65afb5cc + sha256: b95b61e517de8f33c49910825a5c68e9a0d1e27cc33463939ef4c994e61dda92 requirements: build: @@ -30,6 +31,7 @@ requirements: - r-argparse - numpy - scipy + test: commands: - smudgeplot.py --version 2>&1 | grep 'Running' @@ -37,5 +39,7 @@ test: about: home: https://github.com/KamilSJaron/smudgeplot license: Apache-2.0 + license_family: APACHE license_file: LICENSE - summary: Inference of ploidy and heterozygosity structure using whole genome sequencing data + summary: "Inference of ploidy and heterozygosity structure using whole genome sequencing data." + dev_url: https://github.com/KamilSJaron/smudgeplot