[Denovoassembler-devel] [PATCH] fixing a segfault when no contigs are found
Ray -- Parallel genome assemblies for parallel DNA sequencing
Brought to you by:
sebhtml
From: David E. (gringer) <dav...@mp...> - 2011-08-02 15:26:19
|
When a sequence didn't produce any contigs, I ended up wth a segfault in the make fusions method. gdb very quickly narrowed it down to the array operator, so I've attached a patch that should fix this problem. David |