Hello,
I am trying to do some error correction on illumina data using Quake. Unfortunately, I encounter the following problems when running
quake.py -f fastq.list -k 17 -p 8
terminate called after throwing an instance of 'jellyfish::fastq_hash::ErrorRead
ing'
what(): Bad file type '
/bin/sh: line 1: 11089 Aborted /usit/titan/u1/chrishah/programme
s/Quake/bin/jellyfish qdump -c fastq.dbm > fastq.list.qcts
Optimization of distribution likelihood function to choose k-mer cutoff failed.
Very likely you have set the value of k too high or not provided adequate covera
ge (>15x). Inspect the k-mer counts for a clear separation of the error and true
k-mer distributions.
Guessing quality values are on ascii 64 scale
Anyone seen that before? Any ideas???
Much obliged!
Christoph
I am trying to do some error correction on illumina data using Quake. Unfortunately, I encounter the following problems when running
quake.py -f fastq.list -k 17 -p 8
terminate called after throwing an instance of 'jellyfish::fastq_hash::ErrorRead
ing'
what(): Bad file type '
/bin/sh: line 1: 11089 Aborted /usit/titan/u1/chrishah/programme
s/Quake/bin/jellyfish qdump -c fastq.dbm > fastq.list.qcts
Optimization of distribution likelihood function to choose k-mer cutoff failed.
Very likely you have set the value of k too high or not provided adequate covera
ge (>15x). Inspect the k-mer counts for a clear separation of the error and true
k-mer distributions.
Guessing quality values are on ascii 64 scale
Anyone seen that before? Any ideas???
Much obliged!
Christoph
Comment