You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quast will produce a pdf in the `quast_results` directory. Download it on your computer and take a look. Which assembly is better?
65
+
66
+
## Fixing misassemblies
67
+
68
+
Pilon is a software tool which can be used to automatically improve draft assemblies. It attempts to make improvements to the input genome, including:
69
+
70
+
* Single base differences
71
+
* Small Indels
72
+
* Larger Indels or block substitution events
73
+
* Gap filling
74
+
* Identification of local misassemblies, including optional opening of new gaps
75
+
76
+
Pilon then outputs a FASTA file containing an improved representation of the genome from the read data and an optional VCF file detailing variation seen between the read data and the input genome.
77
+
78
+
You can read how Pilon works in detail [here](https://github.com/broadinstitute/pilon/wiki/Methods-of-Operation)
79
+
80
+
Before running Pilon itself, you have to map your reads back to the assembly!
0 commit comments