Skip to content

Commit 8dc7721

Browse files
ODM-12958: data classes change (#520)
* ODM-12958: data classes change - renamed Nanopore - added new data classes
1 parent 700732f commit 8dc7721

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

openapi/v1/job.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,9 @@ paths:
641641
pval, etc.)`, `Pathway analysis`, `Proteomics`, `Single-cell proteomics`, `Metabolomics`,
642642
`Lipidomics`, `Epigenomics`, `DNA methylation`, `Chemoinformatics`, `Imaging features`,
643643
`Gene panel data`, `Biomarker data`, `Physical measures`, `Blood counts`, `Other body
644-
fluid counts`, `Nanopore`, `Flow Cytometry (FCS)`, `Document`, `Other`.
644+
fluid counts`, `Long-read sequencing (Nanopore, PacBio)`, `Flow Cytometry (FCS)`,
645+
`Spatial transcriptomics`, `Phenomics`, `Copy number alterations`, `Microbiome / Metagenomics',
646+
`Immune repertoire`, `Genetic screens (CRISPR / RNAi)`, `Cell imaging`, `Document`, `Other`.
645647
646648
When job finishes successfully the following **result** object can be obtained using `GET /job/{id}/output` request:
647649
@@ -686,7 +688,9 @@ paths:
686688
pval, etc.)`, `Pathway analysis`, `Proteomics`, `Single-cell proteomics`, `Metabolomics`,
687689
`Lipidomics`, `Epigenomics`, `DNA methylation`, `Chemoinformatics`, `Imaging features`,
688690
`Gene panel data`, `Biomarker data`, `Physical measures`, `Blood counts`, `Other body
689-
fluid counts`, `Nanopore`, `Flow Cytometry (FCS)`, `Document`, `Other`.
691+
fluid counts`, `Long-read sequencing (Nanopore, PacBio)`, `Flow Cytometry (FCS)`,
692+
`Spatial transcriptomics`, `Phenomics`, `Copy number alterations`, `Microbiome / Metagenomics',
693+
`Immune repertoire`, `Genetic screens (CRISPR / RNAi)`, `Cell imaging`, `Document`, `Other`.
690694
691695
When job finishes successfully the following **result** object can be obtained using `GET /job/{id}/output` request:
692696

openapi/v1/schemas/job/ImportExpressionSignalRunFromMultipartRequest.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ properties:
1313
pval, etc.)`, `Pathway analysis`, `Proteomics`, `Single-cell proteomics`, `Metabolomics`,
1414
`Lipidomics`, `Epigenomics`, `DNA methylation`, `Chemoinformatics`, `Imaging features`,
1515
`Gene panel data`, `Biomarker data`, `Physical measures`, `Blood counts`, `Other body
16-
fluid counts`, `Nanopore`, `Flow Cytometry (FCS)`, `Document`, `Other`. \nIn case the parameter is not set
16+
fluid counts`, `Long-read sequencing (Nanopore, PacBio)`, `Flow Cytometry (FCS)`,
17+
`Spatial transcriptomics`, `Phenomics`, `Copy number alterations`, `Microbiome / Metagenomics`,
18+
`Immune repertoire`, `Genetic screens (CRISPR / RNAi)`, `Cell imaging`,
19+
`Document`, `Other`. \nIn case the parameter is not set
1720
the dataClass is automatically defined as `Other`."
1821
example: Proteomics
1922
type: string

openapi/v1/schemas/job/ImportExpressionSignalRunRequest.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ properties:
2121
pval, etc.)`, `Pathway analysis`, `Proteomics`, `Single-cell proteomics`, `Metabolomics`,
2222
`Lipidomics`, `Epigenomics`, `DNA methylation`, `Chemoinformatics`, `Imaging features`,
2323
`Gene panel data`, `Biomarker data`, `Physical measures`, `Blood counts`, `Other body
24-
fluid counts`, `Nanopore`, `Flow Cytometry (FCS)`, `Document`, `Other`. \nIn case the parameter is not set
24+
fluid counts`, `Long-read sequencing (Nanopore, PacBio)`, `Flow Cytometry (FCS)`,
25+
`Spatial transcriptomics`, `Phenomics`, `Copy number alterations`,
26+
`Microbiome / Metagenomics`, `Immune repertoire`, `Genetic screens (CRISPR / RNAi)`, `Cell imaging`,
27+
`Document`, `Other`. \nIn case the parameter is not set
2528
the dataClass is automatically defined as `Other`."
2629
example: Proteomics
2730
type: string

0 commit comments

Comments
 (0)