Skip to content

Commit

Permalink
Update smudgeplot to 0.3.0 (#50909)
Browse files Browse the repository at this point in the history
* Update smudgeplot to 0.3.0

* add run_exports

---------

Co-authored-by: mencian <joshua.zhuang@yahoo.com>
  • Loading branch information
BiocondaBot and mencian authored Sep 24, 2024
1 parent a1d75ad commit 850e51d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion recipes/smudgeplot/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

mkdir -p $PREFIX/bin

Expand Down
14 changes: 9 additions & 5 deletions recipes/smudgeplot/meta.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -30,12 +31,15 @@ requirements:
- r-argparse
- numpy
- scipy

test:
commands:
- smudgeplot.py --version 2>&1 | grep 'Running'

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

0 comments on commit 850e51d

Please sign in to comment.