I'm having some trouble using Velveth to assemble reads downloaded from the NCBI SRA.
The command I used was:
velveth velvet 27 -fastq -shortPaired -interleaved /home/bilalm/H_glaber_quality_filtering/AfterQC/good_reads/SRR530529.good.fq
(velvet - the directory), (27 - hash length), (fastq - the file format), (shortPaired - is the read type), (interleaved - file contains paired reads interleaved in the one file).
But the assembly process has stopped prematurely with the error message: Killed
The tail of the error message is:
Inputting sequence 180000000 / 193637763
Inputting sequence 181000000 / 193637763
Inputting sequence 182000000 / 193637763
Inputting sequence 183000000 / 193637763
Inputting sequence 184000000 / 193637763
Inputting sequence 185000000 / 193637763
Inputting sequence 186000000 / 193637763
Inputting sequence 187000000 / 193637763
Inputting sequence 188000000 / 193637763
Inputting sequence 189000000 / 193637763
Inputting sequence 190000000 / 193637763
Killed
The Velveth version is v.1.2.09. The fastq file size is: 52G
What has happened? Why has the whole process been killed? A 'Log', 'Roadmaps' and 'Sequences' file have been created but no .config file.
Cheers, Billy.