jts / nanopolish

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

running nanopolish on fast5 files generated with latest vbz compresison #1065

Closed rezarahman12 closed 1 year ago

rezarahman12 commented 1 year ago

Dear Jared,

I've obtained nanopore direct RNA-sequencing data recently. I'll run Nanopolish on my nanopore data. However, MinKnow has given us the vbz compressed fast5 file. I just wondering whether Nanopolish accepts vbz compressed fast5 files.

Thank you for your kind consideration.

Best regards Reza

hasindu2008 commented 1 year ago

See this https://hasindu2008.github.io/f5c/docs/general-troubleshoot#the-fast5-file-is-compressed-with-vbz-but-the-required-plugin-is-not-loaded This method documented for f5c, works for nanopolish too.

rezarahman12 commented 1 year ago

Thanks @hasindu2008