Hi all,
I have at my disposal raw paired-reads from Illumina sequencing and I would like to assemble them. The ideal goal would be to have a single contig for this assembly. This is my first real assembly so I would like to have some advices, please.
In order to assemble these reads, I am using SPAdes for the assembly, and then circlator to circularize the genome.
Do I need additional softwares to improve my assembly? For instance, error correction tools like BFC https://github.com/lh3/bfc ?
Thank you for your much appreciated help!
Audrey
keep in mind that spades has is own error correction step if you include the option
--careful
in command line