Skip to content

Commit 5125d55

Browse files
committed
fix: yaml formatting issue
1 parent 6ae41a7 commit 5125d55

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

config/schemas/config.schema.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
$schema: "https://json-schema.org/draft/2020-12/schema"
2-
description: Schema for the configuration file of the assembly post-processing workflow
2+
title: "Config Schema"
3+
description: "Config schema for the assembly post-processing workflow"
34
type: object
45
properties:
56
samplesheet:
67
type: string
78
description: Path to the sample sheet file
89

910
required:
10-
- samplesheet
11+
- samplesheet

config/schemas/samples.schema.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
$schema: "https://json-schema.org/draft/2020-12/schema"
2-
description: Schema for the configuration file of the assembly post-processing workflow
2+
title: "Sample Schema"
3+
description: "Sample schema for the assembly post-processing workflow"

0 commit comments

Comments
 (0)