EXCAVATOR error - Missing F4R.so file
1
0
Entering edit mode
9.7 years ago

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

EXCAVATORCNVFORTRAN.SO • 2.5k views
ADD COMMENT
0
Entering edit mode
9.5 years ago

I ran into the same problem just now. It seems to be due to using a new version of R. Try re-compiling the two Fortran libraries.

cd $EXCAVATOR_HOME/lib/F77
rm *.so *.o
R CMD SHLIB F4R.f
R CMD SHLIB FastJointSLMLibraryI.f
ADD COMMENT

Login before adding your answer.

Traffic: 3003 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6