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

Batvi #11695

Merged
merged 9 commits into from
Oct 29, 2018
Merged

Batvi #11695

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
17 changes: 17 additions & 0 deletions recipes/batvi/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
export C_INCLUDE_PATH=$C_INCLUDE_PATH:${PREFIX}/include
export CPLUS_INCLUDE_PATH=$CPLUS_INCLUDE_PATH:${PREFIX}/include
export LIBRARY_PATH=$LIBRARY_PATH:${PREFIX}/lib
export CFLAGS="-I$PREFIX/include"
export LDFLAGS="-L$PREFIX/lib"
mkdir -p $PREFIX/bin/msapipeline/msa
mkdir -p $PREFIX/bin/bin
mkdir -p $PREFIX/bin/BatMis-3.00/bin
mkdir -p $PREFIX/bin/batindel/src
./build.sh
cp *.{sh,pl} $PREFIX/bin
cp bin/*.{sh,pl} $PREFIX/bin/bin
cp bin/cluster_bp $PREFIX/bin/bin
cp msapipeline/*.{sh,pl} $PREFIX/bin/msapipeline
cp msapipeline/msa/*.class $PREFIX/bin/msapipeline/msa
cp BatMis-3.00/bin/* $PREFIX/bin/BatMis-3.00/bin
cp batindel/src/penguin $PREFIX/bin/batindel/src
38 changes: 38 additions & 0 deletions recipes/batvi/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
package:
name: batvi
version: "1.04"


source:
url: https://github.com/22noon/BatVI/archive/master.zip
path: src
sha256: 0072a56055998d0d67822d66128de1e84ea9d34770fd3752192ca1f93bf6569d

requirements:
run:
- samtools
- blast
- bedtools
- picard
- bwa
- zlib
- openjdk

host:
- zlib
- openjdk

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

build:
number: 1
string: cond
about:
home: https://www.comp.nus.edu.sg/~bioinfo/batvi/
license: GPLv3+
summary: Detect viral integrations

test:
commands:
- echo "Run test data on the website.. "