When trying to run the script, I encounter this error every single time:
Error in file(path, open, encoding = "ASCII") :
invalid 'description' argument
My code:
setwd("/fastq")
qcRes = rqc(path = ".", pattern = ".fastq", pair = c(1, 1, 2, 2))
Libraries for Rqc, ShortRead and BiocParallel are loaded.
My data are in .fastq format. Is it possible that there is something wrong with the program?
When trying to run the script, I encounter this error every single time:
Error in file(path, open, encoding = "ASCII") :
invalid 'description' argument
My code:
setwd("/fastq")
qcRes = rqc(path = ".", pattern = ".fastq", pair = c(1, 1, 2, 2))
Libraries for Rqc, ShortRead and BiocParallel are loaded.
My data are in .fastq format. Is it possible that there is something wrong with the program?