We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7857a2c commit c1b5c12Copy full SHA for c1b5c12
bin/GToTree
@@ -4,7 +4,7 @@
4
GREEN='\033[0;32m'
5
RED='\033[0;31m'
6
NC='\033[0m'
7
-VERSION="v1.1.4"
+VERSION="v1.1.5"
8
9
10
if [ "$1" == "--version" ] || [ "$1" == "-v" ]; then
conda-setup.sh
@@ -26,7 +26,7 @@ conda config --add channels conda-forge 2> /dev/null
26
conda config --add channels au-eoed 2> /dev/null
27
28
## creating GToTree environment and installing dependencies
29
-conda create -n gtotree biopython hmmer muscle trimal fasttree prodigal taxonkit gnu-parallel --yes
+conda create -n gtotree biopython hmmer muscle trimal fasttree iqtree prodigal taxonkit gnu-parallel --yes
30
31
## activating environment
32
source activate gtotree
0 commit comments