I try to assembled my illumina PE reads by using MaSuRCA assembler, but it aborted with the following error message:
$ ./assemble.sh
processing PE library reads 2013年 09月 18日 星期三 00:04:46 CST
Average PE read length 101
choosing kmer size of 31 for the graph
running Jellyfish 2013年 09月 18日 星期三 00:47:08 CST
MIN_Q_CHAR: 33
Error correction Poisson cutoff = 6
error correct PE 2013年 09月 18日 星期三 02:27:13 CST
terminate called after throwing an instance of 'jellyfish::file_parser::FileParserError'
what(): Empty input file 'pe.cor.fa'
./assemble.sh: line 63: 27070 已放弃 (core dumped) jellyfish count -p 126 -m 31 -t 8 -C -s $JF_SIZE -o k_u pe.cor.fa
terminate called after throwing an instance of 'mapped_file::ErrorMMap'
what(): Can't open file 'k_u_hash_0': No such file or directory
Estimated genome size:
Invalid uint64_t '-l' for [-n, --nb-mers=uint64]: Negative value
computing super reads from PE 2013年 09月 18日 星期三 02:27:27 CST
Super reads failed, check super1.err and files in ./work1/

The 'FileParserError' problem was submitted at http://seqanswers.com/forums/showthread.php?t=33688 and http://www.biostars.org/p/73067/, but seems nobody found the solution.

I'm at a loss in finding the reason, and any guidance or suggestions would be very appreciated.
Best regards!