nanoporetech / dorado

Oxford Nanopore's Basecaller
https://nanoporetech.com/
Other
439 stars 53 forks source link

The sequencing_telemetry.js file is not generated by Dorado #871

Open jourdren opened 3 weeks ago

jourdren commented 3 weeks ago

Issue Report

Please describe the issue:

The sequencing_telemetry.js file is not generated by Dorado. However, this file can still be generated using MinKNOW (Start > Analysis mode > Basecalling).

This sequencing_telemetry.js file was very useful for QC tools like TouligQC (I am a developer of this software) because it contains metadata about run and basecalling.

Laurent.

malton-ont commented 3 weeks ago

Hi @jourdren,

That's correct - dorado currently doesn't generate or send any telemetry. What information from that file would you be interested in?

jourdren commented 3 weeks ago

Hi malton-ont,

Thank you for your message. In ToulligQC, we currently retrieve the following keys from the first node of the sequencing_telemetry.js (the source code that read the telemetry file in ToulligQC is here):

tracking_id:

software:

opts:

context_tags:

Laurent.