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

evofold2 #11396

Merged
merged 4 commits into from Oct 18, 2018
Merged

evofold2 #11396

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.