Skip to content

Commit

Permalink
set size_bp option to required
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl-Svard committed Mar 20, 2024
1 parent 5494636 commit 78519c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg_lims/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,4 +376,4 @@ def concentration_threshold(help: str = "Threshold for concentrations.") -> clic


def size_bp(help: str = "Fragment size in base pairs.") -> click.option:
return click.option("--size-bp", required=False, help=help)
return click.option("--size-bp", required=True, help=help)

0 comments on commit 78519c4

Please sign in to comment.