Skip to content

Commit 28da4da

Browse files
Merge pull request #346 from qbicsoftware/chore/fix-typos
remove duplicate words
2 parents 186ec0c + eee7fdc commit 28da4da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main/resources/schemas/nanopore-instrument-output.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "http://qbic.life/nanopore-instrument-output.schema.json",
44
"title": "Nanopore Instrument Output",
5-
"description": "Describes in which form PromethION/MinION sequenced sequenced Nanopore is received from the Microbiology lab.",
5+
"description": "Describes in which form PromethION/MinION sequenced Nanopore is received from the Microbiology lab.",
66
"definitions": {
77
"folder": {
88
"description": "Describes a folder",

src/main/resources/schemas/nanopore-instrument-output_v2.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "http://qbic.life/nanopore-instrument-output_v2.schema.json",
44
"title": "Nanopore Instrument Output V2",
5-
"description": "Describes in which form PromethION/MinION sequenced sequenced Nanopore data is received from the medical genetics lab. Accounts for 'other reports' folder created by the lab",
5+
"description": "Describes in which form PromethION/MinION sequenced Nanopore data is received from the medical genetics lab. Accounts for 'other reports' folder created by the lab",
66
"definitions": {
77
"folder": {
88
"description": "Describes a folder",

src/main/resources/schemas/nanopore-instrument-output_v3.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "http://qbic.life/nanopore-instrument-output_v3.schema.json",
44
"title": "Nanopore Instrument Output V3",
5-
"description": "Describes in which form PromethION/MinION sequenced sequenced Nanopore data is received from the medical genetics lab. Accounts for the adapted 'other_reports' folder structure provided by the lab",
5+
"description": "Describes in which form PromethION/MinION sequenced Nanopore data is received from the medical genetics lab. Accounts for the adapted 'other_reports' folder structure provided by the lab",
66
"definitions": {
77
"folder": {
88
"description": "Describes a folder",

0 commit comments

Comments
 (0)