Skip to content

Commit c1b5c12

Browse files
author
AstrobioMike
committed
adding iqtree install to the conda-setup.sh script
1 parent 7857a2c commit c1b5c12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/GToTree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
GREEN='\033[0;32m'
55
RED='\033[0;31m'
66
NC='\033[0m'
7-
VERSION="v1.1.4"
7+
VERSION="v1.1.5"
88

99

1010
if [ "$1" == "--version" ] || [ "$1" == "-v" ]; then

conda-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ conda config --add channels conda-forge 2> /dev/null
2626
conda config --add channels au-eoed 2> /dev/null
2727

2828
## creating GToTree environment and installing dependencies
29-
conda create -n gtotree biopython hmmer muscle trimal fasttree prodigal taxonkit gnu-parallel --yes
29+
conda create -n gtotree biopython hmmer muscle trimal fasttree iqtree prodigal taxonkit gnu-parallel --yes
3030

3131
## activating environment
3232
source activate gtotree

0 commit comments

Comments
 (0)