Skip to content

Commit ca0a24b

Browse files
Fixed apostrophe mismatch (#524)
1 parent e19de29 commit ca0a24b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi/v1/job.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ paths:
642642
`Lipidomics`, `Epigenomics`, `DNA methylation`, `Chemoinformatics`, `Imaging features`,
643643
`Gene panel data`, `Biomarker data`, `Physical measures`, `Blood counts`, `Other body
644644
fluid counts`, `Long-read sequencing (Nanopore, PacBio)`, `Flow Cytometry (FCS)`,
645-
`Spatial transcriptomics`, `Phenomics`, `Copy number alterations`, `Microbiome / Metagenomics',
645+
`Spatial transcriptomics`, `Phenomics`, `Copy number alterations`, `Microbiome / Metagenomics`,
646646
`Immune repertoire`, `Genetic screens (CRISPR / RNAi)`, `Cell imaging`, `Document`, `Other`.
647647
648648
When job finishes successfully the following **result** object can be obtained using `GET /job/{id}/output` request:
@@ -689,7 +689,7 @@ paths:
689689
`Lipidomics`, `Epigenomics`, `DNA methylation`, `Chemoinformatics`, `Imaging features`,
690690
`Gene panel data`, `Biomarker data`, `Physical measures`, `Blood counts`, `Other body
691691
fluid counts`, `Long-read sequencing (Nanopore, PacBio)`, `Flow Cytometry (FCS)`,
692-
`Spatial transcriptomics`, `Phenomics`, `Copy number alterations`, `Microbiome / Metagenomics',
692+
`Spatial transcriptomics`, `Phenomics`, `Copy number alterations`, `Microbiome / Metagenomics`,
693693
`Immune repertoire`, `Genetic screens (CRISPR / RNAi)`, `Cell imaging`, `Document`, `Other`.
694694
695695
When job finishes successfully the following **result** object can be obtained using `GET /job/{id}/output` request:

0 commit comments

Comments
 (0)