Dear Bioconductor Forum,
Rsubread crashed on my 32Gb Mac on a particular pair of fastq files. It worked fine on the previous file in the dataset and also other times I had used it. The CPU was at 100% and the memory was at 24.3% all the way through the run. The script was
library(Rsubread) align(index="GRCh38",readfile1="a2-Solub-W2_S1_L001_R1_001.fastq.gz",readfile2="a2-Solub-W2_S1_L001_R2_001.fastq.gz",output_file="a2-Solub.bam")
The command line and error message was:
c2b2afmd2:GrCh38 friedman$ R CMD BATCH align2SC.R /Library/Frameworks/R.framework/Resources/bin/BATCH: line 60: 4665 Abort trap: 6 ${R_HOME}/bin/R -f ${in} ${opts} ${R_BATCH_OPTIONS} > ${out} 2>&1
Here is the last line of the *.Rout file
|| 70% completed, 90 mins elapsed, rate=3.7k fragments per second ||
(I am not reproducing the whole file for space).
It stopped at this point, in each of 3 runs.
The sessionInfo() (obtained from the GUI) is:
> sessionInfo() R version 3.3.2 (2016-10-31) Platform: x86_64-apple-darwin13.4.0 (64-bit) Running under: OS X Yosemite 10.10.4 locale: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] Rsubread_1.24.1 loaded via a namespace (and not attached): [1] tools_3.3.2
Please advise.
Thanks and best wishes,
Rich
Richard A. Friedman, PhD
Associate Research Scientist,
Biomedical Informatics Shared Resource
Herbert Irving Comprehensive Cancer Center (HICCC)
Dear Rich, could you please send us the fastq files under question so we can take a close look? Thanks, Wei