Giter Site home page Giter Site logo

New bug in parsinomy code? about iqtree2 HOT 5 CLOSED

iqtree avatar iqtree commented on August 11, 2024
New bug in parsinomy code?

from iqtree2.

Comments (5)

roblanf avatar roblanf commented on August 11, 2024

Just confirming that the tree from the new version seems not be optimised with parsimony at all. The branchlengths are ML branchlengths:

# Most common branchlengths from the May 15th version
> head(sort(a1, decreasing = TRUE))

       1e-06  3.37526e-05  6.75068e-05 0.0001012624 0.0001350196 0.0001687783 
      510267       183840        63644        28247        14205         7798 
# Most common branchlengths from the Apr 27th version
> head(sort(a2, decreasing = TRUE))

 1e-06      1      2      3      4      5 
509419 181840  62675  27831  13876   7583 
> 

from iqtree2.

JamesBarbetti avatar JamesBarbetti commented on August 11, 2024

from iqtree2.

roblanf avatar roblanf commented on August 11, 2024

@JamesBarbetti thanks!

The other odd thing I notice in the new code is that I thought you'd mentioned that you'd turned off all the ML stuff, but it's still calculating ML parameters and branch lengths. So a bug in which pathway (ML vs. Parsimony) is chosen seems likely?

Regardless, if the ML stuff can be turned off completely, it would definitely help. Right now the parsimony code for ~400K sequences uses ~130GB memory, but as soon as we shift to the likelihood part it increases to ~550GB. So switching off likelihood will buy us a lot more scale!

Rob

from iqtree2.

JamesBarbetti avatar JamesBarbetti commented on August 11, 2024

from iqtree2.

bqminh avatar bqminh commented on August 11, 2024

We won't continue support such high alignments (Alignment has 410000 sequences with 29628 columns, 29518 distinct patterns) in the main code of IQ-TREE. New version 2.3.4.cmaple should solve it.

from iqtree2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.