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

ENH: ssu-align #44

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions recipes/SSU-ALIGN/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
./configure --prefix=$PREFIX
make
export SSUALIGNDIR=`pwd`
make check
make install
echo export SSUALIGNDIR=$PREFIX/share/ssu-align-0.1 >> $PREFIX/.bash_profile
18 changes: 18 additions & 0 deletions recipes/SSU-ALIGN/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
package:
name: ssualign
version: "0.1"

source:
fn: ssu-align-0.1.1.tar.gz
url: http://eddylab.org/software/ssu-align/ssu-align-0.1.1.tar.gz

test:
commands:
- source $PREFIX/.bash_profile
- ssu-align -h

about:
summary: SSU-ALIGN is a software package for identifying, aligning, masking and visualizing archaeal 16S, bacterial 16S and eukaryotic 18S small subunit ribosomal RNA (SSU rRNA) sequences.
home: http://selab.janelia.org/software/ssu-align/
license: GPLv3
license_file: LICENSE