Combining unpaired and paired-end reads in spades assembly
I have two fastq illumina files containing paired-end reads (forward, reverse) and one fastq pacbio file containing a non-paired end read. I would like to incorporate my non-paired end read into my paired-end read assembly using spades but continue to receive errors in my code.
spades.py --pe1-1 accession1-1.fastq --pe1-2 accession1-2.fastq --pe1-s accession2-1.fastq -o spades_output
Any input or references would be helpful.
• 1,278 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Did you check spades documentation on how to input long-reads (pacbio or nanopore)?