readDepth icon indicating copy to clipboard operation
readDepth copied to clipboard

cannot open the connection

Open newpest opened this issue 1 year ago • 4 comments

rdo = new("rdObject") Error in { : task 1 failed - "cannot open the connection" In addition: There were 24 warnings (use warnings() to see them)

newpest avatar Jun 14 '24 06:06 newpest

That generally means it can't find the files it's looking for. Make sure you've set up your input directories correctly

chrisamiller avatar Jun 14 '24 13:06 chrisamiller

my directories: params

annotations: entrypoints gcWinds mapability

output:

reads: chr1.bed

newpest avatar Jun 15 '24 04:06 newpest

In my working directory, I can successfully read the parameter file:

> getwd()
[1] "/readDepth"
> read.table("params")
               V1   V2
1      readLength  100
2             fdr 0.05
3  overDispersion    1
4    gcWindowSize  100
5      percCNGain 0.05
6      percCNLoss 0.05
7       chunkSize  1e7
8        maxCores   16
9       readCores   16
10        verbose TRUE

newpest avatar Jun 15 '24 04:06 newpest

In addition: There were 24 warnings (use warnings() to see them)

Did you use warnings() to get details of the problems? Do your inputs and data all match?

chrisamiller avatar Jun 17 '24 02:06 chrisamiller