The sequencing_telemetry.js file is not generated by Dorado
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.
Hi @jourdren,
That's correct - dorado currently doesn't generate or send any telemetry. What information from that file would you be interested in?
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:
- flow_cell_id
- version
- hostname
- operating_system
- run_id
- protocol_run_id
- protocol_group_id
- sample_id
- exp_start_time
- device_id
- device_type
- distribution_version
- flow_cell_product_code
- time_stamp
software:
- name
- version
- analysis
opts:
- kit
- barcode_kits
- flowcell
- model_file
- min_qscore
context_tags:
- sequencing_kit
- selected_speed_bases_per_second
- sample_frequency
Laurent.