Can spades be used to align small RNA data? #786
Unanswered
abracarambar
asked this question in
Q&A
Replies: 1 comment
-
Hi Unfortunately we have never tested our software on reads as short as 21-24 bp. Thus, I cannot promise sane quality of the assembly.
Best |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We are interested to assemble viruses from plants using sRNA libraries. We generally find one or several viruses within a plant. Most of the sequencing reads match to sRNA derived from the plant but a small fraction represents virus-derived siRNA. The reads we are interested in range from 21-24 nt in length. We have tested SPADES 3.12 and 3.14 with kmer size ranging from 9 to 21 but we observe some missasemblies. We also fail to recover viruses present at low titer. Is there a setting and mode in the latest SPADES version (3.15) you recommend to use that would allow us to best assemble de novo these virus reads? And are earlier versions of SPADES possibly more geared for sRNA assemblies? Thanks for your feedback.
Example of command currently run with SPADES 3.12 and 3.14
spades.py -t 2 -k 9-21 --only-assembler -m 180 -s $samplefile -o ${samplefile.baseName}_spades_${kmer}
Warnings we get when we run the tools with this setting:
=== Error correction and assembling warnings:
Beta Was this translation helpful? Give feedback.
All reactions