davidemms / OrthoFinder

Phylogenetic orthology inference for comparative genomics
https://davidemms.github.io/
GNU General Public License v3.0
709 stars 189 forks source link

error mcl -9 no such file "clusters_OrthoFinder_I1.5.txt" #940

Open cpouchon opened 1 week ago

cpouchon commented 1 week ago

Hi,

I got this error when running orthofinder:

ERROR: external program called by OrthoFinder returned an error code: -9
Command: mcl /home/users/p/pouchon/OrthoFinder/Results_Nov12/WorkingDirectory/OrthoFinder_graph.txt -I 1.5 -o /home/users/p/pouchon/OrthoFinder/Results_Nov12/WorkingDirectory/clusters_OrthoFinder_I1.5.txt -te 2 -V all
stdout
------
b''
stderr
------
b''
2024-11-14 09:47:40 : Ran MCL
[Errno 2] No such file or directory: '/home/users/p/pouchon/OrthoFinder/Results_Nov12/WorkingDirectory/clusters_OrthoFinder_I1.5.txt'

I have tried to rerun the program, but I have the same issue.

Do you have any idea on that? Looking forward for your reply

Cheers

Charles

lauriebelch commented 1 week ago

Hi Charles,

Can I ask for the full orthofinder command that you used? and which version of orthofinder

cpouchon commented 1 week ago

Hi Laurie, of course. I installed via conda:

orthofinder 2.5.5

This is the command used:

TRANSDECODER_PATH=/home/users/p/pouchon/transdecoder/
ORTHOFINDER=~/miniforge3/bin/orthofinder

${ORTHOFINDER} -f ${TRANSDECODER_PATH}/transdecoder/
lauriebelch commented 1 week ago

Could there be a pathing error? I don't see /transdecoder in the path that MCL is looking in.

Would you be able to try the example data

cpouchon commented 1 week ago

I have not write all the path in the error message here for the example. The path to the data is correct. I can read the OrthoFinder_graph.txt file, but I think that the mcl command was not executed as I have no outputs

cpouchon commented 2 days ago

Hi Laurie, I have try to run manually MCL and it was a memory issue.