-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* t-coffee 12.00.7fb08c2 * add viennarna to deps Adding viennarna to runtime dependencies will include RNAplfold thus allowing -mode rcoffee to run. * t-coffee 12.00.7fb08c2 (2) This commit adds vienna packages and remove TMalign copy command * t-coffee 12.00.7fb08c2 (4) Adding TMalign
- Loading branch information
1 parent
577f33c
commit 2096759
Showing
3 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
echo "** WARNING: This T-Coffee recipe is still under development **" | ||
echo "" | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters