Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PopDel to version 1.0.6 #12644

Merged
merged 3 commits into from
Dec 14, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions recipes/popdel/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/sh
DATE=2018-12-06

make CXX=${CXX} VERSION=${PKG_VERSION} DATE=${DATE}
make CXX=${CXX}
mkdir -p ${PREFIX}/bin
cp popdel ${PREFIX}/bin
14 changes: 6 additions & 8 deletions recipes/popdel/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,28 @@
package:
name: popdel
version: "1.0.5"
version: "1.0.6"

source:
url: https://github.com/kehrlab/PopDel/archive/v1.0.5.tar.gz
sha256: 7ab33573780b0f373787cfd9014b7a60d0451049956e072521670708b401109c
url: https://github.com/kehrlab/PopDel/archive/v1.0.6.tar.gz
sha256: f74a79788839dd9c1f99b65292c4cc959eec9df0ac456ea0ad2743fc6448f7bf

build:
number: 0

requirements:
build:
- {{ compiler('cxx') }}

host:
- zlib

run:
- zlib

test:
commands:
- popdel -h
commands:
- popdel -h

about:
home: https://github.com/kehrlab/PopDel
license: GPL-3.0
license_file: LICENSE
summary: Fast structural deletion calling on population-scale short read paired-end data.
summary: Fast structural deletion calling on population-scale short read paired-end germline WGS data.