Replies: 1 comment 1 reply
-
It is perfectly ok to have short read mappers to struggle aligning reads back to contigs. The key point here is that metaSPAdes emits consensus contigs for the different strains with strain variation, etc. collapsed. As a result, one could have low IDY when reads are aligned back to contigs and therefore read mappers will be unable to align anything. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description of bug
Hi,
I performed a metagenome assembly using the metaSPAdes pipeline. Then, I mapped the input Illumina reads onto "contigs.fasta" file. When I checked the mapping results manually (using IGV), I found some bases are not well supported by read mapping. I have attached a snapshot of IGV that shows a region with many problematic bases.
The snapshot is from mapping input reads by bwa mem. But, the pattern is exactly same when I mapped the error-corrected reads or when I used minimap2 (-ax sr) instead of bwa mem.
Please note that the overall sequencing depth was very low, as you may know from the snapshot and log file.
spades.log
spades.log
params.txt
params.txt
SPAdes version
SPAdes v3.15.5
Operating System
Linux-5.4.0-172-generic-x86_64-with-Ubuntu-18.04-bionic
Python Version
Python 2.7.17
Method of SPAdes installation
binaries
No errors reported in spades.log
Beta Was this translation helpful? Give feedback.
All reactions