Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--tree_method raxml and iqtree runtimes #8

Open
IanGBrennan opened this issue Mar 13, 2024 · 0 comments
Open

--tree_method raxml and iqtree runtimes #8

IanGBrennan opened this issue Mar 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@IanGBrennan
Copy link
Contributor

Description of the bug

runtime for --tree_method iqtree is much much longer than --tree_method raxml.

I have run both tree estimation methods on the example data using singularity and docker.

Actual runtimes for the tree estimation programs are consistent (comparing iqtree/*.log and raxml/RAxML_info* files), e.g. AHE-L151 took 0.4s with IQTREE and 0.9s with RAxML.

But total pipeline runtimes differ:
total example data pipeline runtime w/IQTREE --> 8m 53s
total example data pipeline runtime w/RAxML --> 20s

Command used and terminal output

nextflow run ausarg/pipesnake -r v1.1 --input data/ToyData_SampleInfo_PRG.csv --outdir testing_PRG_iqtree --stage from-prg --blat_db data/ToyData_SqCL_25Targets.fasta --batching_size 2 -profile singularity --tree_method iqtree

and

nextflow run ausarg/pipesnake -r v1.1 --input data/ToyData_SampleInfo_PRG.csv --outdir testing_PRG_raxml --stage from-prg --blat_db data/ToyData_SqCL_25Targets.fasta --batching_size 2 -profile singularity --tree_method raxml

Relevant files

Execution_Report_Timeline_Comparison.zip
The above example was run with -profile singularity.

System information

No response

@IanGBrennan IanGBrennan added the bug Something isn't working label Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant