Skip to content

Commit

Permalink
initial commit of version 1.3 of SPINGO
Browse files Browse the repository at this point in the history
  • Loading branch information
Takadonet authored and backstroke-bot committed Apr 21, 2021
1 parent 9320fc0 commit 72c2251
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
Empty file modified recipes/galaxy-ops/build.sh
100755 → 100644
Empty file.
17 changes: 17 additions & 0 deletions recipes/spingo/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/bin/sh




set -x -e

export CC=${PREFIX}/bin/gcc
export CXX=${PREFIX}/bin/g++


cd source
make boost-fix=1
mkdir -p $PREFIX/bin
cp spingo spindex $PREFIX/bin
cp ../dist/*.py $PREFIX/bin
chmod a+x $PREFIX/bin/*.py
25 changes: 25 additions & 0 deletions recipes/spingo/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
about:
home: https://github.com/GuyAllard/SPINGO
license: ''
summary: 'SPecies level IdentificatioN of metaGenOmic amplicons'
build:
number: 0
string: py{{CONDA_PY}}_boost{{CONDA_BOOST}}
package:
name: spingo
version: 'v1.3'
requirements:
build:
- gcc
- libgcc >=3.4.15
- boost {{CONDA_BOOST}}*
run:
- libgcc >=3.4.15
- boost {{CONDA_BOOST}}*
source:
git_rev: v1.3
git_url: https://github.com/GuyAllard/SPINGO.git

test:
commands:
- spingo --version

0 comments on commit 72c2251

Please sign in to comment.