running SPAdes on paired end reads of different length didn't generate scaffolds.fasta #1232
Replies: 1 comment 2 replies
-
Hello You left reads are short and therefore the largest k-mer length used is only k=33. However, your right reads is terrible short – shorter than k-mer length. As a result, they could not be used in repeat resolution process hence the warnings you've received. The only way to "fix" the problem is to provide a decent input data. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description of bug
I used spades to assemble paired end reads that aren't of the same length, my R1 file contains 50bp reads and my R2 file contains 26bp reads. The reads are in the same order in both files.
I got a contigs.fasta file in my results but didn't get scaffolds.fasta, and I wanted to ask why? In addition, does the lack of scaffolds.fasta file indicate a bigger problem and my results (the contigs.fasta file) aren't reliable?
I got this errors in my log file, but I didn't understand if they are related to my problem. or how I can fix them:
=== Error correction and assembling warnings:
======= Warnings saved to /sci/backup/morani/lab/Projects/Aluma/Hadza_genomic/subsampled_results/spades_results/paired/ERR9631799_sub_samp_2.5M_50_26bp_spades_paired_output/warnings.log
Thank you
spades.log
spades.log
params.txt
params.txt
SPAdes version
3.15.5
Operating System
Linux-5.10.104-aufs-3-x86_64-with-debian-10.10
Python Version
No response
Method of SPAdes installation
binaries
No errors reported in spades.log
Beta Was this translation helpful? Give feedback.
All reactions