dorado icon indicating copy to clipboard operation
dorado copied to clipboard

The sequencing_telemetry.js file is not generated by Dorado

Open jourdren opened this issue 1 year ago • 2 comments

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.

jourdren avatar Jun 05 '24 08:06 jourdren

Hi @jourdren,

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

malton-ont avatar Jun 05 '24 10:06 malton-ont

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.

jourdren avatar Jun 07 '24 13:06 jourdren