We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b68abb commit 361cfd5Copy full SHA for 361cfd5
physpetool/phylotree/buildtree.py
@@ -43,8 +43,8 @@
43
raxmlpara_pro = "-f a -m PROTGAMMAJTTX -p 12345 -x 12345 -# 100 -n T1"
44
raxmlpara_dna = "-f a -m GTRGAMMA -p 12345 -x 12345 -# 100 -n T1"
45
musclepara = "-maxiters 100"
46
-gblockspara_pro = "-t=p -e=-gb1"
47
-gblockspara_dna = "-t=d -e=-gb1"
+gblockspara_pro = '-t=p -b5=h -e=-gb1'
+gblockspara_dna = '-t=d -b5=h -e=-gb1'
48
clustalwpara = None
49
trimalpara = "-gt 1"
50
mafftpara = "--auto"
0 commit comments