Hi,
After running cdbfasta,
I obtain this message :Error adding cdb record with key 'HISEQxxx#xxx/1'
and I obtain the file _tmp : fastqfile.idx_tmp and not fastqfile.idx
CODE]my @result = `cdbyank fastqfile.idx -d fastqfile -a id';[/CODE]
The key HISEQxxx#xxx/1 correspond to this line in my file :
@HISEQxxx#xxx/1
TGTGCGAATATACTTGTGAATCTGTGTGTTTATAAAAATGTTGTAGTATATGTTGTGTCTCGGATTACGATGCNTATAAACAAGCCGACGGGTATGTTTTT
+HISEQxxx#xxx/1
eececddadUNN^YZb[a_][]XYR^P\Y`ddddWT[QY]]dd_]c_[^_b`bc]]VX`BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB
Someone can help me?
After running cdbfasta,
I obtain this message :Error adding cdb record with key 'HISEQxxx#xxx/1'
and I obtain the file _tmp : fastqfile.idx_tmp and not fastqfile.idx
CODE]my @result = `cdbyank fastqfile.idx -d fastqfile -a id';[/CODE]
The key HISEQxxx#xxx/1 correspond to this line in my file :
@HISEQxxx#xxx/1
TGTGCGAATATACTTGTGAATCTGTGTGTTTATAAAAATGTTGTAGTATATGTTGTGTCTCGGATTACGATGCNTATAAACAAGCCGACGGGTATGTTTTT
+HISEQxxx#xxx/1
eececddadUNN^YZb[a_][]XYR^P\Y`ddddWT[QY]]dd_]c_[^_b`bc]]VX`BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB
Someone can help me?
B::Fasta, in other threads and found them not up to the task. Alas it seems cdbfasta may be added to that list. I was discussing it this afternoon with aforementioned CS guy and the alternative we landed on was abandoning FASTQ for storing reads and moving to BAM. Illumina is starting to move in this direction with CASAVA 1.8. Obviously all downstream analysis software will then need to be modified to use BAM as a read input format; fortunately the samtools library already exists to provide the needed functionality.
Comment