Skip to content

Commit

Permalink
add a new tool blastalign
Browse files Browse the repository at this point in the history
  • Loading branch information
Mataivic authored and backstroke-bot committed Jan 7, 2021
1 parent c92664c commit 2018013
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/blastalign/build.sh
@@ -0,0 +1,4 @@
#!/bin/bash

mkdir -p $PREFIX/bin
cp BlastAlign $PREFIX/bin
29 changes: 29 additions & 0 deletions recipes/blastalign/meta.yaml
@@ -0,0 +1,29 @@
package:
name: blastalign
version: "1.4"

build:
number: 0

source:
fn: BlastAlign.tar
url: https://sites.google.com/site/belshawrobert/software/BlastAlign.tar?attredirects=0&d=1

requirements:
build:
- python >=2.7,<3
- perl >=5.22
run:
- python >=2.7,<3
- perl >=5.22
- blast-legacy

test:
commands:
- BlastAlign --version

about:
home: http://evolve.zoo.ox.ac.uk/Evolve/Blastalign.html
license: GNU GENERAL PUBLIC LICENSE
authors: Aris Katzourakis and Robert Belshaw

0 comments on commit 2018013

Please sign in to comment.