Skip to content

Commit

Permalink
add ONT JSON parser to base
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl-Svard committed Feb 6, 2024
1 parent d932b11 commit 81f527d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cg_lims/EPPs/files/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# commands
from cg_lims.EPPs.files.file_to_udf import csv_well_to_udf
from cg_lims.EPPs.files.hamilton.base import hamilton
from cg_lims.EPPs.files.ont_json_to_udf import parse_ont_report
from cg_lims.EPPs.files.placement_map.make_96well_placement_map import placement_map
from cg_lims.EPPs.files.pooling_map.make_pooling_map import pool_map
from cg_lims.EPPs.files.sample_sheet.create_ont_sample_sheet import create_ont_sample_sheet
Expand All @@ -29,3 +30,4 @@ def files(ctx):
files.add_command(create_sample_sheet)
files.add_command(create_ont_sample_sheet)
files.add_command(parse_run_parameters)
files.add_command(parse_ont_report)

0 comments on commit 81f527d

Please sign in to comment.