--
You received this message because you are subscribed to the Google Groups "IQ-TREE" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iqtree+un...@googlegroups.com.
To post to this group, send email to iqt...@googlegroups.com.
Visit this group at https://groups.google.com/group/iqtree.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "IQ-TREE" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iqtree+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/iqtree/ddee439e-ef35-49b9-b6ca-7d886297628e%40googlegroups.com.
Hi Celine,There are differences between IQ-TREE 1.X and 2.0 for the jackknife option (will be clarified soon in the documentation):For v1.X, you need to specify the jackknifing proportion via -j option and the number of replicates either via -b or -bb. For example,"-j 0.1 -b 100" will invoke the standard jackknife with 100 replicates and 0.1 jackknife proprotion.“-j 0.1 -bb 1000” will invoke 1000 ultrafast jackknife, in the same manner as the ultrafast bootstrap. So this will be much faster, but the jackknife support values might have a different interpretation. However, we didn't examine this: one can perform a simulation study as in our paper (https://academic.oup.com/mbe/article/30/5/1188/997508) to investigate its behaviour compared with the “standard” jackknife.So “-j 0.1” alone does not have any effect, as you didn’t specify the number of replicates.For v2.0, we change the semantic of the -j option, which is to specify the number of replicates, where the default jackknife proportion is 0.5 (there was a paper claiming that this is the best parameter, but I can’t recall right now). This can be changed via --jack-prop option. So for example,“-j 100” will perform the standard jackknife with 100 replicates and jackknifing proprotion 0.5.“-J 1000” will perform the ultrafast jackknife with 1000 replicates and jackknifing proprotion 0.5.“-j 100 --jack-prop 0.1” will perform the standard jackknife with 100 replicates and jackknifing proprotion 0.1.“-J 1000 --jack-prop 0.1” will perform the ultrafast jackknife with 1000 replicates and jackknifing proprotion 0.1.Hope that helps,Minh
On 3 Dec 2019, at 3:46 am, Celine Brochier-Armanet <celine.bro...@gmail.com> wrote:
Hi,Thanks for implementing the jackknife procedure. This is very useful, especially when working on very large multiple alignments.I tried to use it recently with the command line :iqtree -s alignment.phy -j 0.1 -m GTR+F+R4The ML tree was accurately inferred (using all positions of the alignment), but the jackknife procedure did not start (and no supports are associated to branches).I am using IQ-TREE multicore version 1.6.12 for Linux 64-bit built (Aug 15 2019).One more question, how many jackknife replicates are performed with the default parameters ? Is it possible to choose the number of replicates ?Many thanks in advanceBest wishesCéline Brochier--
You received this message because you are subscribed to the Google Groups "IQ-TREE" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iqt...@googlegroups.com.