CMU-SAFARI / Apollo

Apollo is an assembly polishing algorithm that attempts to correct the errors in an assembly. It can take multiple set of reads in a single run and polish the assemblies of genomes of any size. Described in the Bioinformatics journal paper (2020) by Firtina et al. at https://people.inf.ethz.ch/omutlu/pub/apollo-technology-independent-genome-assembly-polishing_bioinformatics20.pdf
GNU General Public License v3.0
27 stars 2 forks source link

Apollo polishing using Illumina DNA + ONT DNA + PacBio RNA reads #5

Closed 000generic closed 5 years ago

000generic commented 5 years ago

I have the following reads: Illumina DNA + ONT DNA + PacBio RNA

I'm wondering if I could use all of these data stes to do hybrid polishing with Apollo.

Specifically:

1) Does Apollo work well using ( Illumina DNA + ONT DNA ) reads for hybrid polishing?

2) Does Apollo work well using long-read RNA-seq - for instance: ( Illumina DNA + PacBio RNA) reads?

Thank you! Eric

canfirtina commented 5 years ago

Hi Eric,

Here are the answers to your questions:

1- Apollo generally works well when using a hybrid set of reads than using only a single set of reads. However, we found that current settings of the default parameters are more favorable to using either PacBio or Illumina data sets. Apollo can still correct the errors in the assembly using the ONT data set but likely not as well as a hybrid of PacBio and Illumina.

2- Yes, this should work well.

Sorry for the late answer but hope this helps.

000generic commented 5 years ago

Great! This is very helpful :)