-
Notifications
You must be signed in to change notification settings - Fork 191
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
orthofinder3 "assign" option failed #937
Comments
It might be that the path to the --core folder is slightly wrong, try
|
Hello,
|
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 |
You were right, there was a problem with the core run, thank you for pointing it out to me. However, I have now an error during the creation of the Unassigned diamond database during the --assign run:
I have the suspicion that Species34 does not have any unassigned genes, which causes the diamond makedb to crash as it tries to create a db on an empty fasta file... |
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
The text was updated successfully, but these errors were encountered: