Skip to content

Commit

Permalink
Update mosdepth v0.3.4 -> v0.3.5 (bioconda#43500)
Browse files Browse the repository at this point in the history
* bump mosdepth v0.3.4 -> v0.3.5
  • Loading branch information
pdiakumis authored Oct 9, 2023
1 parent 16cd732 commit 3eff9c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion recipes/mosdepth/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ if [[ ${target_platform} == osx-64 ]] ; then
curl -SL https://github.com/brentp/mosdepth/archive/refs/tags/v${PKG_VERSION}.tar.gz -o mosdepth-latest.tar.gz
tar -xzf mosdepth-latest.tar.gz
cd mosdepth-${PKG_VERSION}
nimble --localdeps build -y --verbose -d:release
nimble install -y "[email protected]"
nimble build -y --verbose -d:release
else
curl -SL https://github.com/brentp/mosdepth/releases/download/v$PKG_VERSION/mosdepth -o mosdepth
chmod +x mosdepth
Expand Down
8 changes: 5 additions & 3 deletions recipes/mosdepth/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{% set version = "0.3.4" %}
{% set version = "0.3.5" %}

package:
name: mosdepth
version: {{ version }}

build:
number: 0
run_exports:
- {{ pin_subpackage("mosdepth", max_pin="x.x") }}

requirements:
build:
- {{ compiler('c') }}
- curl
- nim
- nim <=1.6.2
host:
- htslib >=1.10
run:
Expand All @@ -25,7 +27,7 @@ about:
dev_url: https://github.com/brentp/mosdepth
doc_url: https://github.com/brentp/mosdepth
license: MIT
summary: 'Fast BAM/CRAM depth calculation for WGS, exome, or targetted sequencing.'
summary: 'Fast BAM/CRAM depth calculation for WGS, exome, or targeted sequencing.'

extra:
identifiers:
Expand Down

0 comments on commit 3eff9c8

Please sign in to comment.