This means that no matter what the user specifies for the rawOrthofinderDir option when running init_genespace, the run_genespace function will always use the default OrthoFinder results directory (file.path(wd, "orthofinder")).
Once I matched the expected directory structure (copied my prior OrthoFinder run into "wd/orthofinder"), the run_genespace function proceeds correctly and does not attempt to rerun OrthoFinder.
Hello,
I am attempting to use previously generated OrthoFinder results with GENESPACE. However, I noticed that line 84 of run_genespace.R does the following:
This means that no matter what the user specifies for the
rawOrthofinderDir
option when runninginit_genespace
, therun_genespace
function will always use the default OrthoFinder results directory (file.path(wd, "orthofinder")
).Once I matched the expected directory structure (copied my prior OrthoFinder run into "wd/orthofinder"), the
run_genespace
function proceeds correctly and does not attempt to rerun OrthoFinder.