Skip to content

Commit

Permalink
Merge branch 'master' into update-pysam
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-luna-valero committed Mar 9, 2016
2 parents 9059f37 + b803aad commit 5d29135
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
6 changes: 6 additions & 0 deletions recipes/bayescan/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

cd source
make
mkdir -p $PREFIX/bin
cp bayescan2 $PREFIX/bin
20 changes: 20 additions & 0 deletions recipes/bayescan/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
package:
name: bayescan
version: "2.0.1"
build:
number: 0
source:
fn: BayeScan2.01.zip
url: http://cmpg.unibe.ch/software/BayeScan/files/BayeScan2.01.zip
requirements:
build:
- gcc
run:
- libgcc
test:
commands:
- bayescan2 | grep BayeScan > /dev/null
about:
home: http://cmpg.unibe.ch/software/BayeScan/
license: GPL
summary: Phylogenetics - Randomized Axelerated Maximum Likelihood.

0 comments on commit 5d29135

Please sign in to comment.