jts / nanopolish

Signal-level algorithms for MinION data
MIT License
569 stars 159 forks source link

can nanopolish work without a genome alignment? #1134

Closed haannguyen closed 7 months ago

haannguyen commented 8 months ago

Hello,

I am working with a short synthetic RNA and looking at the polyA tail by Nanopore sequencing. Is there a way to run nanopolish on a sequence that does not align to a reference genome?

Thank you!

Yours, Ha An

jts commented 8 months ago

The bam file is required. You can try to align the reads to the synthetic genome to generate one.

haannguyen commented 8 months ago

Thank you!