Open uguyet opened 4 days ago
orthofinder --core orthofinder_Core/Results_Nov10/ --assign input/assign -t 40 -a 40 -os -M 'msa'
It might be that the path to the --core folder is slightly wrong, try
orthofinder --core orthofinder_Core/OrthoFinder/Results_Nov10/ --assign input/assign -t 40 -a 40 -os -M 'msa'
Hello,
the path to the "core" folder seems good. When I do ls orthofinder_Core/Results_Nov10/
, I got the following output:
Citation.txt Log.txt
Orthogroups
Orthogroup_Sequences
Orthologues
WorkingDirectory
It looks like core run is maybe still going? It hasn't produced any sequence alignments or gene trees
One thing that might speed it up is using famsa for multiple sequence alignment (instead of mafft). This will become the default in the final release of orthofinder3.
There are some instructions on how to do this in https://github.com/davidemms/OrthoFinder?tab=readme-ov-file#configjson--adding-addtional-programs-for-tree-inference-local-alignment-or-msa
I'm very interested in the new --core and --assign options added to orthofinder3.
I launched orthofinder3 on 1000 genomes with the following command:
orthofinder -t 40 -M 'msa' -f input/core/ -o orthofinder_Core
Then I tried to use the "--assign" command to add among 1500 new genomes with the following command:
orthofinder --core orthofinder_Core/Results_Nov10/ --assign input/assign -t 40 -a 40 -os -M 'msa'
I got the following error:
What should I do to correct this problem ? Thanks in advance