Tony Raymond
unread,Aug 3, 2012, 2:36:16 PM8/3/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kaboroevich, abyss...@googlegroups.com
Hi Keith,
Have you been able to reproduce this error message? The error message occurs because ABySS stopped reading the file before it reached the end of the file. This usually occurs due to a malformed file.
What happens if you try running the following:
abyss-tofastq -v filename.fq
Thanks,
Tony
On 2012-08-02, at 5:12 PM, kaboroevich wrote:
> Hello,
>
> Compiling ABySS appears to run smoothy with both google sparce hash and
> MPI support. However, when I run abyss-pe I get the error:
>
> Reading `filename.fq'...
> ABYSS-P: AssemblyAlgorithms.cpp:104: void
> AssemblyAlgorithms::loadSequences(ISequenceCollection*, std::string):
> Assertion `reader.eof()' failed.
> --------------------------------------------------------------------------
> mpirun noticed that process rank 0 with PID 18306 on node nc420 exited
> on signal 11 (Segmentation fault).
> --------------------------------------------------------------------------
> make: *** [genome-1.fa] Error 139
>
> Running only ABYSS-P (based on the "abyss-pe -n" output) on a small 25
> sequence file still returns the error:
>
> $ ABYSS-P -k51 -q3 --coverage-hist=coverage.hist -s foo-bubbles.fa -o
> foo-1.fa foo.fq
> ABySS 1.3.1
> ABYSS-P -k51 -q3 --coverage-hist=coverage.hist -s foo-bubbles.fa -o
> foo-1.fa foo.fq
> Running on 1 processors
> 0: Running on host ngw02
> 0: Reading `foo.fq'...
> ABYSS-P: AssemblyAlgorithms.cpp:104: void
> AssemblyAlgorithms::loadSequences(ISequenceCollection*, std::string):
> Assertion `reader.eof()' failed.
> Segmentation fault (core dumped)
>
> $uname -a
> Linux node02 2.6.32-131.0.15.el6.x86_64 #1 SMP Tue May 10 15:42:40 EDT
> 2011 x86_64 x86_64 x86_64 GNU/Linux
>
> I've tried to find a solution to this problem but cannot find anything
> except for a reference to Mac OSX not reading compressed files. Any
> suggestions would be greatly appreciated.
>
> Regards,
> Keith