stajichlab / AAFTF

Automatic Assembly For The Fungi
MIT License
19 stars 4 forks source link

[Enhancement] Assembly for Nanopore reads #20

Open llk578496 opened 1 year ago

llk578496 commented 1 year ago

Hi! We have sequenced some isolates of Candida auris and would like to perform de novo assembly. May we ask is it possible to add support for Nanopore reads?

hyphaltip commented 1 year ago

I'll get around to this but generally the long read assembly ecosystem is pretty easy to run -- I would just run regular assemblers for now (canu, flye, masurca, necat) and test their performance. Once you have an assembly you can run medaka on the nanopore assembly with nanopore reads, if you have illumina data you can follow with pilon if you like. other steps like sourpurge will work and can still be run with AAFTF.

llk578496 commented 1 year ago

Thanks a lot!