Skip to content

Commit

Permalink
evofold2 (#11396)
Browse files Browse the repository at this point in the history
* evofold2

* wrapper

* Update meta.yaml

* minor
  • Loading branch information
mmiladi authored and karel-brinda committed Oct 31, 2018
1 parent 3c6e92d commit 5a80233
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/evofold2/EvoFoldV2.sh
@@ -0,0 +1,3 @@
#/bin/bash
DIR="$(cd "$(dirname "$0")" && pwd)"
$DIR/EvoFoldV2 -c $DIR/../include/EvoFoldConfig/ "$@"
14 changes: 14 additions & 0 deletions recipes/evofold2/build.sh
@@ -0,0 +1,14 @@
#!/bin/bash

mkdir -p $PREFIX/bin/
mkdir -p $PREFIX/lib/
mkdir -p $PREFIX/include/

cp bin/* $PREFIX/bin/
cp lib/* $PREFIX/lib/
cp -R include/* $PREFIX/include/
cp $RECIPE_DIR/EvoFoldV2.sh $PREFIX/bin

chmod +x $PREFIX/bin/*


24 changes: 24 additions & 0 deletions recipes/evofold2/meta.yaml
@@ -0,0 +1,24 @@
package:
name: evofold2
version: '0.1'

source:
url: ftp://biftp.informatik.uni-freiburg.de/pub/EvoFold2/Evofold2-static-x64.tar.gz
sha256: 3e4f564b5c902e496fbe49b3b89b346b9e2f19bfad0ed7c4f0349c50276cccd2

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

requirements:
build:
run:

test:
commands:
- EvoFoldV2.sh -h 2>&1 | grep "Usage" > /dev/null

about:
home: https://github.com/jakob-skou-pedersen/phy
license: GPL
summary: Identifies functional RNA-structure in multiple sequence alignments.

0 comments on commit 5a80233

Please sign in to comment.