csmiller / EMIRGE

EMIRGE reconstructs full length ribosomal genes from short read sequencing data.
37 stars 29 forks source link

Can EMIRGE work with FASTA files? #16

Closed audy closed 8 years ago

audy commented 11 years ago

I'd like to use pre-trimmed FASTA files with EMIRGE. I believe this is supported in Bowtie. Is it possible to add this feature?

epruesse commented 8 years ago

Hi Audy,

we are not planning to add that feature. Emirge uses the read qualities in its EM algorithm, not having them looses some information. You could just convert your FASTA to FASTQ with fake quality values.

Elmar

audy commented 8 years ago

ty