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
Dear Dr. Derelle,
Thank you for your work with Broccoli.
Quick question, is there support for a user-supplied blast directory, like orthofinder -b? I'd like to port my orthology pipelines to Broccoli and compare with orthofinder, but to do this, I'd need to feed it the identical blast results.
Thanks,
John
The text was updated successfully, but these errors were encountered:
Short answer: I'm afraid such option isn't available.
Firstly, Broccoli is not compatible with Blast, which has a different cigar output format, and can only be ran with Diamond.
Secondly, Broccoli deletes all Diamond output files to save disk-space, and there is no implemented option to restart it with already available Diamond output.
If using Diamond is ok with your task, you would need to modify the script corresponding to step 2 in order to not perform a de-novo Diamond search and instead to use the files present in dir_step2.
I could help you with that.
Dear Dr. Derelle,
Thank you for your work with Broccoli.
Quick question, is there support for a user-supplied blast directory, like
orthofinder -b
? I'd like to port my orthology pipelines to Broccoli and compare with orthofinder, but to do this, I'd need to feed it the identical blast results.Thanks,
John
The text was updated successfully, but these errors were encountered: