markziemann / dee2

Digital Expression Explorer 2 (DEE2): a repository of uniformly processed RNA-seq data
http://dee2.io
GNU General Public License v3.0
39 stars 7 forks source link

Error with dee_pipeline.R #48

Closed markziemann closed 5 years ago

markziemann commented 5 years ago

x2$QC_summary<-unlist(lapply(x2$SRR_accession , qc_analysis, org=org)) Error in read.table(QCFILE, stringsAsFactors = F) : no lines available in input In addition: Warning messages: 1: In FUN(X[[i]], ...) : NAs introduced by coercion 2: In FUN(X[[i]], ...) : NAs introduced by coercion 3: In FUN(X[[i]], ...) : NAs introduced by coercion

Function causing the error: qc_analysis

Command causing the error: read.table(QCFILE, stringsAsFactors = F)

If the file is empty, then the rea.table barfs and causes downstream problems.