nanoporetech / scrappie

Scrappie is a technology demonstrator for the Oxford Nanopore Research Algorithms group
Mozilla Public License 2.0
92 stars 27 forks source link

Fastq output? #26

Closed rybern closed 5 years ago

rybern commented 5 years ago

Hi,

I'm wondering how difficult it would be to add fastq output to Scrappie raw/events. I can probably help implement this.

I see that Nanonet derives quality scores here: https://github.com/ProgramFiles/nanonet/blob/master/nanonet/nanonetcall.py#L195 lines 195-274. Can analogous code be written for Scrappie?

Thanks, Ryan

tmassingham-ont commented 5 years ago

That's a very generous offer but not outputting quality information from Scrappie was a design decision.

In common to every other sequencing platform, quality scores need to calibrated before they are meaningful and we don't want Scrappie to produce potentially misleading scores. The purpose of Scrappie is to demonstrate improvements in accuracy, rather than being a complete solution, so the additional work to calibrate quality scores is outside the scope of the project.

That said, quality scores are planned for Flappie, the successor to Scrappie.