Hi guys,
today i tried SOAPdenovo-trans to assemble some Illumina paired-end reads. I have 3 sets from 3 different conditions. 2 of the sets finished without a glitch. But the 3rd set just does not want to proceed. the program exits with a seg fault and no any other error msg. I found it crashes at the first stage:
-------------------------
SOAPdenovo-Trans-31mer pregraph -K 31 -s config -o soap_out
The version 1.0: released on Nov 12th, 2011
In config, 1 libs, max seq len 76, max name len 256
8 thread created
read from file:
read1.fastq
read from file:
read2.fastq
Segmentation fault
------------------------
Was digging on the net but found only hints about the length of the reads. Namely i had to check if all the reads are longer than 31bp. So i wrote a script and it seems all of them are longer than that. They are all 76bp.
Also its not a memory issue as i have 64Gb on my machine and i see the program crashes before it even reaches 20Gb of used RAM.
I also tried to reduce the k-mer to 29 but it crashes again, the same if i use SOAPdenovo-Trans-127mer with -K 31.
I have no idea how to proceed further tho.
I would appreciate any idea or hint on how to debug that!
Thank you!
PS: forgot to mention. My config is like that:
------------------------
max_rd_len=76
[LIB]
avg_ins=280
rank=1
q1=read1.fastq
q2=read2.fastq
asm_flag=3
reverse_seq=0
today i tried SOAPdenovo-trans to assemble some Illumina paired-end reads. I have 3 sets from 3 different conditions. 2 of the sets finished without a glitch. But the 3rd set just does not want to proceed. the program exits with a seg fault and no any other error msg. I found it crashes at the first stage:
-------------------------
SOAPdenovo-Trans-31mer pregraph -K 31 -s config -o soap_out
The version 1.0: released on Nov 12th, 2011
In config, 1 libs, max seq len 76, max name len 256
8 thread created
read from file:
read1.fastq
read from file:
read2.fastq
Segmentation fault
------------------------
Was digging on the net but found only hints about the length of the reads. Namely i had to check if all the reads are longer than 31bp. So i wrote a script and it seems all of them are longer than that. They are all 76bp.
Also its not a memory issue as i have 64Gb on my machine and i see the program crashes before it even reaches 20Gb of used RAM.
I also tried to reduce the k-mer to 29 but it crashes again, the same if i use SOAPdenovo-Trans-127mer with -K 31.
I have no idea how to proceed further tho.
I would appreciate any idea or hint on how to debug that!
Thank you!
PS: forgot to mention. My config is like that:
------------------------
max_rd_len=76
[LIB]
avg_ins=280
rank=1
q1=read1.fastq
q2=read2.fastq
asm_flag=3
reverse_seq=0
Comment