diff --git a/recipes/evofold2/EvoFoldV2.sh b/recipes/evofold2/EvoFoldV2.sh new file mode 100644 index 0000000000000..ac164500fbfe5 --- /dev/null +++ b/recipes/evofold2/EvoFoldV2.sh @@ -0,0 +1,3 @@ +#/bin/bash +DIR="$(cd "$(dirname "$0")" && pwd)" +$DIR/EvoFoldV2 -c $DIR/../include/EvoFoldConfig/ "$@" \ No newline at end of file diff --git a/recipes/evofold2/build.sh b/recipes/evofold2/build.sh new file mode 100644 index 0000000000000..f937989b4bab5 --- /dev/null +++ b/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/* + + diff --git a/recipes/evofold2/meta.yaml b/recipes/evofold2/meta.yaml new file mode 100644 index 0000000000000..8eb2eee510ba4 --- /dev/null +++ b/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.