error in connecting to R
0
0
Entering edit mode
22 months ago
parinv ▴ 80

Hello everyone,

I am trying to run CNV Robot pipeline. When I am running the final script after all the necessary changes, the error pops up while connecting to the Rscript. bash run.sh and the error is:

Error in file(file,"rt"): cannot open the connection

calls:%>% ->mutate ->read.delim -> read.table ->file

Please help to find the cause of the error.

Thank you.

R shell script • 512 views
ADD COMMENT
2
Entering edit mode

R tries to load a file it can't find and thus raises this error. Check that your input data and potentially references are correctly specified. Watch out for wrong case and blanks in file or folder names. If that doesn't help, also consider hyphens/dashes etc. - sometimes visually identical letters are actually not.

ADD REPLY
0
Entering edit mode

Thank you so much. I was able to resolve this error. It seems the input file was unavailable.

ADD REPLY

Login before adding your answer.

Traffic: 2517 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