bowhan / piPipes

piRNA pipeline collection developed in the Zamore Lab and ZLab in UMass Med School
GNU General Public License v3.0
56 stars 40 forks source link

Error in which(x <= 10^floor(log10(x)) * nice)[[1]] : subscript out of bounds #36

Open zhanglm07 opened 4 years ago

zhanglm07 commented 4 years ago

when i run /piPipes rnaseq2, the program was interrupted. The error message is: Loading required package: gdata gdata: read.xls support for 'XLS' (Excel 97-2004) files ENABLED.

gdata: Unable to load perl libaries needed by read.xls() gdata: to support 'XLSX' (Excel 2007+) files.

gdata: Run the function 'installXLSXsupport()' gdata: to automatically download and install the perl gdata: libaries needed to support Excel XLS and XLSX formats.

Attaching package: ‘gdata’

The following object is masked from ‘package:stats’:

nobs

The following object is masked from ‘package:utils’:

object.size

The following object is masked from ‘package:base’:

startsWith

Loading required package: ggplot2 Loading required package: grid Loading required package: ggthemes Loading required package: scales Error in which(x <= 10^floor(log10(x)) nice)[[1]] : subscript out of bounds Calls: roundUp In addition: Warning messages: 1: In max(sample$eff_counts.x, sample$eff_counts.y) : no non-missing arguments to max; returning -Inf 2: In roundUp(10 (max(sample$eff_counts.x, sample$eff_counts.y))) : NaNs produced 3: In which(x <= 10^floor(log10(x)) * nice) : NaNs produced Execution halted

Should I change any parameters? Thank you very much!