We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae41a7 commit 5125d55Copy full SHA for 5125d55
config/schemas/config.schema.yml
@@ -1,10 +1,11 @@
1
$schema: "https://json-schema.org/draft/2020-12/schema"
2
-description: Schema for the configuration file of the assembly post-processing workflow
+title: "Config Schema"
3
+description: "Config schema for the assembly post-processing workflow"
4
type: object
5
properties:
6
samplesheet:
7
type: string
8
description: Path to the sample sheet file
9
10
required:
-- samplesheet
11
+ - samplesheet
config/schemas/samples.schema.yml
@@ -1,2 +1,3 @@
+title: "Sample Schema"
+description: "Sample schema for the assembly post-processing workflow"
0 commit comments