Hello, I am working on a genome assembly. I assembled the genome using SPADES. I used QUAST to assess the genome and got the result
All statistics are based on contigs of size >= 500 bp, unless otherwise noted (e.g., "# contigs (>= 0 bp)" and "Total length (>= 0 bp)" include all contigs).
Assembly a9_spades
# contigs (>= 0 bp) 1456
# contigs (>= 1000 bp) 88
# contigs (>= 5000 bp) 54
# contigs (>= 10000 bp) 43
# contigs (>= 25000 bp) 31
# contigs (>= 50000 bp) 30
Total length (>= 0 bp) 12399629
Total length (>= 1000 bp) 12172083
Total length (>= 5000 bp) 12103054
Total length (>= 10000 bp) 12028690
Total length (>= 25000 bp) 11881196
Total length (>= 50000 bp) 11850351
# contigs 130
Largest contig 1281197
Total length 12200405
Reference length 12338308
GC (%) 38.52
Reference GC (%) 38.62
N50 572496
NG50 572496
N90 159566
NG90 138054
auN 590647.5
auNG 584046.0
L50 8
LG50 8
L90 23
LG90 24
# misassemblies 13
# misassembled contigs 9
Misassembled contigs length 3587409
# local misassemblies 9
# scaffold gap ext. mis. 2
# scaffold gap loc. mis. 7
# unaligned mis. contigs 2
# unaligned contigs 17 + 14 part
Unaligned length 69366
Genome fraction (%) 98.277
Duplication ratio 1.000
# N's per 100 kbp 36.23
# mismatches per 100 kbp 487.24
# indels per 100 kbp 58.41
Largest alignment 1281197
Total aligned length 12120016
NA50 398669
NGA50 398669
NA90 131098
NGA90 124681
auNA 520628.5
auNGA 514809.6
LA50 9
LGA50 9
LA90 28
LGA90 29
However trying to align the genome sequence with the reference. I get a misaligned genome. What could be wrong?
Thanks so much. I sorted the dotplot and it worked. I have one more issue.