Entering edit mode
10.3 years ago
matthew.1.davies
▴
20
Hi
I'm trying to run EXCAVATOR but I get the following error.
Error in dyn.load(paste(Program_Folder, "/lib/F77/F4R.so", sep = "")) :
unable to load shared object '/scratch/molcarc/mdavies/colrec/EXCAVATOR/EXCAVATOR_Package_v2.2/EXCAVATOR/lib/F77/F4R.so':
/scratch/molcarc/mdavies/colrec/EXCAVATOR/EXCAVATOR_Package_v2.2/EXCAVATOR/lib/F77/F4R.so: cannot open shared object file: No such file or directory
The file (presumably a shared library file) is called by the MakeReadCount.R
and NeoMap.R
scripts
dyn.load(paste(Program_Folder,"/lib/F77/F4R.so",sep=""))
but I can't find it in either version of the program. Can anyone suggest where I'm going wrong?
Many thanks
Matt