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

add msisensor #10092

Merged
merged 7 commits into from
Jul 29, 2018
Merged
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions recipes/msisensor/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export CPATH=${PREFIX}/include
export INCLUDES="-I$PREFIX/include -I$PREFIX/include/ncurses"
export LDFLAGS="-L$PREFIX/lib -ltinfo"
export LIBRARY_PATH=${PREFIX}/lib
make
cp msisensor $PREFIX/bin
38 changes: 38 additions & 0 deletions recipes/msisensor/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{% set version = "0.5" %}

package:
name: msisensor
version: {{ version }}

build:
skip: True # [osx]
number: 0

source:
url: https://github.com/niu-lab/msisensor/archive/v{{ version }}.tar.gz
sha256: d2142ca4345901a4e23b8779615d88772bdb62ec3e58fdb5078e92470c40b44f

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

host:
- zlib
- openmp
- ncurses

run:
- zlib
- openmp
- ncurses

about:
home: https://github.com/ding-lab/msisensor
license: MIT
summary: MSIsensor is a C++ program to detect replication slippage variants at microsatellite regions, and differentiate them as somatic or germline.

test:
commands:
- "msisensor msi -h 2>&1 | grep Usage"
- "msisensor scan -h 2>&1 | grep Usage"