Skip to content

Commit

Permalink
fix: whitespace to underscores (syntax)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaehnemann committed Apr 17, 2024
1 parent 6edcdad commit b0250a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/schemas/config.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ properties:
type: integer
min_discordant_read_pairs:
type: integer
max_uncovered fraction:
max_uncovered_fraction:
type: number
min_mean_coverage:
type: number
Expand All @@ -49,7 +49,7 @@ properties:
- min_circle_score
- min_split_reads
- min_discordant_read_pairs
- max_uncovered fraction
- max_uncovered_fraction
- min_mean_coverage
- min_circle_length
- max_circle_length
Expand Down

0 comments on commit b0250a0

Please sign in to comment.