Skip to content

Commit

Permalink
t-coffee-12.00.7fb08c2 (build 1) (#12601)
Browse files Browse the repository at this point in the history
* t-coffee-12.00.7fb08c2 (build 1)

This commit add more deps required by t-coffee.

* Fixed pre-link confirmation

* Changed pre-link to post-link

* Disable Consan on OSX

* Added TMalign as a external dep
  • Loading branch information
pditommaso authored and apeltzer committed Dec 20, 2018
1 parent 87cbde1 commit 90fad72
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
5 changes: 0 additions & 5 deletions recipes/t-coffee/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,3 @@ make
# install tcoffee in the target bin directory
mkdir -p $PREFIX/bin
cp t_coffee $PREFIX/bin

# to be moved in a separate recipe in the future
gfortran TMalign.f -o TMalign
cp TMalign $PREFIX/bin

17 changes: 12 additions & 5 deletions recipes/t-coffee/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package:
version: {{ version }}

build:
number: 0
number: 1

source:
url: http://tcoffee.org/Packages/Stable/Latest/T-COFFEE_distribution_Version_{{ version }}.tar.gz
Expand All @@ -15,15 +15,22 @@ requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ compiler('fortran') }}
run:
- blast
- clustalo
- clustalw
- mafft
- dca
- dialign-tx=1.0.2
- mafft=7.310
- muscle
- poa # [not osx]
- viennarna
- mustang=3.2.3
- poa=2.0 # [not osx]
- prank
- phylip
- viennarna=2.1.9
- consan # [not osx]
- pasta
- tmalign

test:
commands:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ echo "It does not contain all required packages to use all T-Coffee modes."
echo "We suggest to use the Bioconda 't_coffee' recipe instead or download it"
echo "from the web site http://www.tcoffee.org"
echo ""
read -u 1 -p "* Please confirm you want to continue with the installation [y/n] " -n 1 -r
echo ""
if [[ ! $REPLY =~ ^[Yy]$ ]]; then exit 1; fi

0 comments on commit 90fad72

Please sign in to comment.