-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hi
I'm getting an error when trying to run the script. It is related to the creating of the vsd_normalization files such that R cannot load the files at line 15
exon <- read.csv(paste(tempFolder,"/vsd_normalized.exonic.all.centered.mx.txt",sep=""),sep="\t")
The error itself comes when I'm loading 4 samples (8 files in total: 4 exonic, 4 intronic):
Warning message: In read.table(file = file, header = header, sep = sep, quote = quote, : incomplete final line found by readTableHeader on './tmp/miR29_analysis/vsd_normalized.intronic.all.mx.txt'
It seems to be that the file is created without the correct line ending. If I manually add the line ending to the file, R can load it, but the next time I run it, the file is regenerated and the script fails.
I'll try to have a go at a fix, but would appreciate it you have any advice
Thanks
Sam