You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
Hello,
I'm trying to run iqtree with two partitions, one nucleotide alignment and one binary data. I created the nexus file as following:
#nexus
begin sets;
charset part1 = novo_dataset.unique.noRef.fasta: *;
charset part2 = indel.novo_dataset.unique.noRef.fasta: *;
charpartition mine = UNREST+FO+I+G4:part1, JC2+FQ+ASC+G4:part2;
end;
Then I tried to run with the following line:
iqtree2.1.3 -p iqtree_multiPart_models.nexus -alrt 1000 -ninit 1000 -nstop 200 -czb -nt AUTO
And it crashes giving me this error message:
NOTE: 1908 MB RAM (1 GB) is required!
Measuring multi-threading efficiency up to 6 CPU cores
ERROR: STACK TRACE FOR DEBUGGING:
ERROR: 2 _sigtramp()
ERROR: 4 __kmp_invoke_microtask()
ERROR: 5 __kmp_fork_call()
ERROR: 6 __kmpc_fork_call()
ERROR: 7 double PhyloTree::computeLikelihoodBranchGenericSIMD<Vec4d, true, true, false>(PhyloNeighbor*, PhyloNode*)
ERROR: 9 PhyloSuperTreePlen::computeFunction(double)
ERROR: 10 PhyloSuperTreePlen::computeLikelihoodBranch(PhyloNeighbor*, PhyloNode*)
ERROR: 11 PhyloTree::optimizeAllBranches(int, double, int)
ERROR: 12 PhyloTree::testNumThreads()
ERROR: 13 runTreeReconstruction(Params&, IQTree*&)
ERROR: 14 runPhyloAnalysis(Params&, Checkpoint*)
ERROR:
ERROR: *** IQ-TREE CRASHES WITH SIGNAL SEGMENTATION FAULT
ERROR: *** For bug report please send to developers:
ERROR: *** Log file: iqtree_multiPart_models.nexus.log
ERROR: *** Alignment files (if possible)
zsh: segmentation fault iqtree2.1.3 -p iqtree_multiPart_models.nexus -alrt 1000 -ninit 1000 -nstop 20
This is the size of my files:
Subset Type Seqs Sites Infor Invar Model Name
1 2058 29903 709 27767 UNREST+FO+I+G4 part1
2 BIN 2058 3 3 0 JC2+FQ+ASC+G4 part2
What is interesting is that I was able to run similar analysis with a shorter dataset (below):
Subset Type Seqs Sites Infor Invar Model Name
1 DNA 837 29403 334 28179 TIM+F+R4 part1
2 BIN 837 3 3 0 JC2+FQ+ASC part2
Could you help me?
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to run iqtree with two partitions, one nucleotide alignment and one binary data. I created the nexus file as following:
#nexus
begin sets;
charset part1 = novo_dataset.unique.noRef.fasta: *;
charset part2 = indel.novo_dataset.unique.noRef.fasta: *;
charpartition mine = UNREST+FO+I+G4:part1, JC2+FQ+ASC+G4:part2;
end;
Then I tried to run with the following line:
iqtree2.1.3 -p iqtree_multiPart_models.nexus -alrt 1000 -ninit 1000 -nstop 200 -czb -nt AUTO
And it crashes giving me this error message:
NOTE: 1908 MB RAM (1 GB) is required!
Measuring multi-threading efficiency up to 6 CPU cores
ERROR: STACK TRACE FOR DEBUGGING:
ERROR: 2 _sigtramp()
ERROR: 4 __kmp_invoke_microtask()
ERROR: 5 __kmp_fork_call()
ERROR: 6 __kmpc_fork_call()
ERROR: 7 double PhyloTree::computeLikelihoodBranchGenericSIMD<Vec4d, true, true, false>(PhyloNeighbor*, PhyloNode*)
ERROR: 9 PhyloSuperTreePlen::computeFunction(double)
ERROR: 10 PhyloSuperTreePlen::computeLikelihoodBranch(PhyloNeighbor*, PhyloNode*)
ERROR: 11 PhyloTree::optimizeAllBranches(int, double, int)
ERROR: 12 PhyloTree::testNumThreads()
ERROR: 13 runTreeReconstruction(Params&, IQTree*&)
ERROR: 14 runPhyloAnalysis(Params&, Checkpoint*)
ERROR:
ERROR: *** IQ-TREE CRASHES WITH SIGNAL SEGMENTATION FAULT
ERROR: *** For bug report please send to developers:
ERROR: *** Log file: iqtree_multiPart_models.nexus.log
ERROR: *** Alignment files (if possible)
zsh: segmentation fault iqtree2.1.3 -p iqtree_multiPart_models.nexus -alrt 1000 -ninit 1000 -nstop 20
This is the size of my files:
Subset Type Seqs Sites Infor Invar Model Name
1 2058 29903 709 27767 UNREST+FO+I+G4 part1
2 BIN 2058 3 3 0 JC2+FQ+ASC+G4 part2
What is interesting is that I was able to run similar analysis with a shorter dataset (below):
Subset Type Seqs Sites Infor Invar Model Name
1 DNA 837 29403 334 28179 TIM+F+R4 part1
2 BIN 837 3 3 0 JC2+FQ+ASC part2
Could you help me?
The text was updated successfully, but these errors were encountered: