Skip to content

Poor benchmarking to FastTree? #31

Description

@DntBScrdDv

Hi,

Thanks for putting this tool together; on the face of it very useful for me and my 40K OTUs!

However, in the two cases I've tried I've got significantly worse performance than FastTree (see below).

MAFFT
mafft --auto --thread 32 --reorder clustering.fasta > clustering.aln.fasta

39286 sequences aligned in ~45 minutes
Output: clustering.aln.fasta (1,822,105,662 bytes)

VeryFastTree
VeryFastTree -nt -gtr -double-precision -threads 32 -log veryfasttree.log clustering.aln.fasta > clustering.nwk

VeryFastTree Version 4.0.5 (OpenMP, AVX2) Double precision with AVX2 using threads(32) level 3 deterministic
Total time: 5641.05 seconds
Unique: 39286/39286
Bad splits: 38924/39283
Worst delta-LogLk: 63.525

FastTree
FastTree -nt -gtr -log fasttree.log clustering.aln.fasta > clustering.nwk

FastTree Version 2.2.0 Double precision
Total time: 30864.29 seconds
Unique: 39286/39286
Bad splits: 217/39283
Worst delta-LogLk: 17.653

A similar finding was seen with the other run (single precision):

VeryFastTree -nt -gtr -threads 64 -log veryfasttree.log clustering.aln.fasta > clustering.nwk

VeryFastTree 4.0.5 (OpenMP, AVX2) -- no "Double precision" banner
Bad splits: 11,041 / 11,261 (98.0%)
Worst delta-LogLk: 43.56
Final LogLk: -2,093,073
Min non-zero branch len: 0.00050 (hard floor)
Branches with BL < 1e-5: 0

FastTree -nt -gtr -log fasttree.log clustering.aln.fasta > clustering.nwk

FastTree Version 2.2.0 Double precision
Bad splits: 70 / 11,261 (0.6%)
Worst delta-LogLk: 16.37
Final LogLk: -2,086,757
Min non-zero branch len: 0.00000
Branches with BL < 1e-5: 792

So presumably not something to do with the input files...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions