Skip to content
Prev 381803 / 398502 Next

cannot open file '--no-restore.matrix'

Hi Ben,

I am not sure what you mean when you say to print, is it this?
character(0)
[1] "/software/linux-el7-x86_64/compilers/r-3.6.1/lib64/R/bin/exec/R"

I changed in the first line of this script:
https://github.com/eleporcu/TWMR/blob/master/MR.R

cmd_args=commandArgs() to be cmd_args=commandArgs(TRUE)

but again I get the same error:

Rscript --no-save MR.R ENSG00000154803.ld ENSG00000154803.matrix
Error in file(file, "rt") : cannot open the connection
Calls: read.table -> file
In addition: Warning message:
In file(file, "rt") :
  cannot open file 'NA.matrix': No such file or directory
Execution halted


Please advise,
Ana
On Sat, Nov 23, 2019 at 9:44 AM Duncan Murdoch <murdoch.duncan at gmail.com> wrote: