Hi everyone,
I have a large dataset of 125bp paired-end reads (after trimming). The size of the interleaved file is ~10Gb.
I've uploaded the file to DIAG and tried to run Velveth with the following command:
I've also tried the same thing with a k-mer of 21:
when I check the stats of the request with QSTAT, I can see that there is job request but it disappears after a few seconds.
The result is that velveth creates a folder in which there are three files (as should be): Log, Roadmaps, Sequences. But the sequences file is empty, the Log file only have 3 relevant lines in it:
I've noticed that DIAG has an old version of velvet, 1.2.03, when the newest version is 1.2.10 but I think that it shouldn't cause the problem I am facing.
Does anyone know how should I proceed and make it work ? or can anyone recommend another grid where I can run my de-novo assembly ?
Thanks!
Adi
I have a large dataset of 125bp paired-end reads (after trimming). The size of the interleaved file is ~10Gb.
I've uploaded the file to DIAG and tried to run Velveth with the following command:
Code:
qsub -b y -P diag /diag/software/velvet/velveth auto 81,121,10 -shortPaired -fastq myfilename.fq
Code:
qsub -b y -P diag /diag/software/velvet/velveth k21 -shortPaired -fastq myfilename.fq
The result is that velveth creates a folder in which there are three files (as should be): Log, Roadmaps, Sequences. But the sequences file is empty, the Log file only have 3 relevant lines in it:
Compilation settings:
CATEGORIES = 2
MAXKMERLENGTH = 101
LONGSEQUENCES
CATEGORIES = 2
MAXKMERLENGTH = 101
LONGSEQUENCES
Does anyone know how should I proceed and make it work ? or can anyone recommend another grid where I can run my de-novo assembly ?
Thanks!
Adi

Comment