denovo pacbio assembly
Hi everyone,
I have tried to run the tutorial on supplied on the CANU readthedocs http://canu.readthedocs.io/en/latest/quick-start.html. I downloaded the supplied pacbio file and run the script, but it is giving the error:
ERROR: *Don't panic, but a mostly harmless error occurred and Canu stopped.
Canu release v1.5 failed with:
ERROR: no reads supplied, and can't find any library information in gkpStore*
my command:
kunal@kunal-CELSIUS-M740Bpower:~/canu$ canu-1.5/Linux-amd64/bin/canu -p ecoli -d ecoli-auto genomeSize=4.8 pacbio.fastq
please help.
• 2,460 views
•
link
1 answer
Canu did not find any reads. Check whether the file ~/canu/pacbio.fastq is present and contains reads.
Also check using "less pacbio.fastq" if the read file is ok and contains enough reads to do the autocorrection step (should be fairly large, i.e. more than 50 -100 MB I would guess).
Good luck.
• 0 views
•
link
Log in to answer this question.
What's the output when you run:
kunal@kunal-CELSIUS-M740Bpower:~/canu$ pwd
kunal@kunal-CELSIUS-M740Bpower:~/canu$ readlink -f pacbio.fastq
kunal@kunal-CELSIUS-M740Bpower:~/canu$ head -n 4 pacbio.fastq
With my new command i am getting new error.
command:
output:
......
The spec file (with -s) is not a fastq file. HAve a look at example .spec files in the docs. Cheers