Replies: 1 comment
-
|
Omician, I think your alignment with >27K sequences and 400K sites is just way too large for IQ-TREE. Can you try other software like FastTree 2 or the distance-based DecentTree? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, super grateful to the developers of IQ-TREE. I have been using it for years and I appreciate it a lot.
I have recently been meaning to distribute the construction of trees on multiple cluster nodes as my dataset is currently pretty large and I have access to a decent cluster:
Alignment has 27811 sequences with 480851 columns, 183624 distinct patterns 108371 parsimony-informative, 54551 singleton sites, 317929 constant sites"""I compiled IQ-TREE with MPI support, and it seems to be working for a mock dataset I have that is quite smaller (47 sequences):
Alignment has 52 sequences with 3845412 columns, 55532 distinct patterns 132316 parsimony-informative, 205234 singleton sites, 3507862 constant sites"""However, it fails with segmentation faults on the larger alignment
ERROR: IERROR: S-------------------------------------------------------------------------- Primary job terminated normally, but 1 process returned a non-zero exit code. Per user-direction, the job has been aborted. -------------------------------------------------------------------------- -------------------------------------------------------------------------- mpirun noticed that process rank 1 with PID 1224925 on node _redacted_ exited on signal 11 (Segmentation fault). --------------------------------------------------------------------------These are my specs for the job:
Does anyone have any ideas what I could try?
Thank you!
0mician
PS: time and number or nodes would need to be increased when I am running the actual computation of the tree, but these are the values I am using for testing that everything starts correctly.
Beta Was this translation helpful? Give feedback.
All reactions