Skip to content

Commit

Permalink
add to cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl-Svard committed Nov 15, 2023
1 parent a8fc7be commit 44e74aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cg_lims/EPPs/udf/set/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from cg_lims.EPPs.udf.set.set_sample_date import set_sample_date
from cg_lims.EPPs.udf.set.set_method import method_document
from cg_lims.EPPs.udf.set.set_barcode import assign_barcode
from cg_lims.EPPs.udf.set.set_sequencing_settings import set_sequencing_settings


@click.group(invoke_without_command=True)
Expand All @@ -17,3 +18,4 @@ def set(context: click.Context):
set.add_command(set_sample_date)
set.add_command(method_document)
set.add_command(assign_barcode)
set.add_command(set_sequencing_settings)

0 comments on commit 44e74aa

Please sign in to comment.