Skip to content

Commit

Permalink
Merge pull request #1453 from odoublewen/master
Browse files Browse the repository at this point in the history
added recipe for prank multiple sequence aligner
  • Loading branch information
bgruening committed May 4, 2016
2 parents 25d455c + e913a26 commit 76d75aa
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
6 changes: 6 additions & 0 deletions recipes/prank/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

cd src
make
mkdir -p $PREFIX/bin
cp prank $PREFIX/bin
22 changes: 22 additions & 0 deletions recipes/prank/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
package:
name: prank
version: "v.150803"
build:
number: 0
skip: False
source:
fn: prank.source.150803.tgz
url: http://wasabiapp.org/download/prank/prank.source.150803.tgz
requirements:
build:
- gcc # [not osx]
- llvm # [osx]
run:
- libgcc # [not osx]
about:
home: http://wasabiapp.org/software/prank/
license: GPL-3
summary: PRANK is a probabilistic multiple alignment program for DNA, codon and amino-acid sequences.
test:
commands:
- prank -version

0 comments on commit 76d75aa

Please sign in to comment.