I'm trying to use BSmooth to align RRBS reads. I keep getting an error after the program processes 70000 reads:
Processed 65000 reads (19.171 knt/s, 28.502% align in 1 orientation, 48.277% in >1, 23.222% in 0)..
.
Processed 70000 reads (19.058 knt/s, 28.486% align in 1 orientation, 48.230% in >1, 23.284% in 0)..
.
Can't locate Scalar/Util.pm: Too many open files at /usr/share/perl/5.14/overload.pm line 97, <$al_cri_fh> line 78708.
bowtie2-align died with signal 13 (PIPE)
bowtie2-align died with signal 13 (PIPE)
Line 97 states:
require Scalar::Util;
I looked up Scalar::Util and found the path:
Scalar/Util.pm => /usr/lib/perl/5.14/Scalar/Util.pm
But I can't seem to get the program to locate Scalar/Util.pm. This is my first time trying to use BSmooth, does anyone know how to fix this issue? Thanks!
Processed 65000 reads (19.171 knt/s, 28.502% align in 1 orientation, 48.277% in >1, 23.222% in 0)..
.
Processed 70000 reads (19.058 knt/s, 28.486% align in 1 orientation, 48.230% in >1, 23.284% in 0)..
.
Can't locate Scalar/Util.pm: Too many open files at /usr/share/perl/5.14/overload.pm line 97, <$al_cri_fh> line 78708.
bowtie2-align died with signal 13 (PIPE)
bowtie2-align died with signal 13 (PIPE)
Line 97 states:
require Scalar::Util;
I looked up Scalar::Util and found the path:
Scalar/Util.pm => /usr/lib/perl/5.14/Scalar/Util.pm
But I can't seem to get the program to locate Scalar/Util.pm. This is my first time trying to use BSmooth, does anyone know how to fix this issue? Thanks!
Comment