Skip to content

Commit

Permalink
General: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Puerto committed Aug 2, 2023
1 parent fe3fdef commit 2dee3bd
Show file tree
Hide file tree
Showing 11 changed files with 72 additions and 30 deletions.
10 changes: 5 additions & 5 deletions docs/10x-multiome/index.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
title: 10x-multiome
title: 10x Multiome
schema_name: 10x-multiome
category: Other TSVs
category: Sequence Assays
all_versions_deprecated: False
exclude_from_index: False
layout: default
---

Related files:

- [📝 Excel template](https://raw.githubusercontent.com/hubmapconsortium/ingest-validation-tools/main/docs/10x-multiome/10x-multiome-metadata.xlsx): For metadata entry.
- [📝 TSV template](https://raw.githubusercontent.com/hubmapconsortium/ingest-validation-tools/main/docs/10x-multiome/10x-multiome-metadata.tsv): Alternative for metadata entry.
- [📝 Excel template](): For metadata entry.
- [📝 TSV template](): Alternative for metadata entry.



Expand All @@ -20,7 +20,7 @@ Related files:




In the portal: 10x Multiome not in Portal

## Metadata schema

Expand Down
10 changes: 5 additions & 5 deletions docs/bodyct/index.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
title: bodyct
title: Body CT
schema_name: bodyct
category: Other TSVs
category: Clinical Imaging Modalities
all_versions_deprecated: False
exclude_from_index: False
layout: default
---

Related files:

- [📝 Excel template](https://raw.githubusercontent.com/hubmapconsortium/ingest-validation-tools/main/docs/bodyct/bodyct-metadata.xlsx): For metadata entry.
- [📝 TSV template](https://raw.githubusercontent.com/hubmapconsortium/ingest-validation-tools/main/docs/bodyct/bodyct-metadata.tsv): Alternative for metadata entry.
- [📝 Excel template](): For metadata entry.
- [📝 TSV template](): Alternative for metadata entry.



Expand All @@ -24,7 +24,7 @@ Related files:




In the portal: Body CT not in Portal

## Metadata schema

Expand Down
10 changes: 5 additions & 5 deletions docs/bulkatacseq/index.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
title: bulkatacseq
title: bulkATACseq
schema_name: bulkatacseq
category: Other TSVs
category: Sequence Assays
all_versions_deprecated: False
exclude_from_index: False
layout: default
---

Related files:

- [📝 Excel template](https://raw.githubusercontent.com/hubmapconsortium/ingest-validation-tools/main/docs/bulkatacseq/bulkatacseq-metadata.xlsx): For metadata entry.
- [📝 TSV template](https://raw.githubusercontent.com/hubmapconsortium/ingest-validation-tools/main/docs/bulkatacseq/bulkatacseq-metadata.tsv): Alternative for metadata entry.
- [📝 Excel template](): For metadata entry.
- [📝 TSV template](): Alternative for metadata entry.



Expand All @@ -27,7 +27,7 @@ Related files:




In the portal: bulkATACseq not in Portal

## Metadata schema

Expand Down
10 changes: 5 additions & 5 deletions docs/bulkrnaseq/index.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
title: bulkrnaseq
title: bulk-RNA
schema_name: bulkrnaseq
category: Other TSVs
category: Sequence Assays
all_versions_deprecated: False
exclude_from_index: False
layout: default
---

Related files:

- [📝 Excel template](https://raw.githubusercontent.com/hubmapconsortium/ingest-validation-tools/main/docs/bulkrnaseq/bulkrnaseq-metadata.xlsx): For metadata entry.
- [📝 TSV template](https://raw.githubusercontent.com/hubmapconsortium/ingest-validation-tools/main/docs/bulkrnaseq/bulkrnaseq-metadata.tsv): Alternative for metadata entry.
- [📝 Excel template](): For metadata entry.
- [📝 TSV template](): Alternative for metadata entry.



Expand All @@ -27,7 +27,7 @@ Related files:




In the portal: bulk-RNA not in Portal

## Metadata schema

Expand Down
10 changes: 5 additions & 5 deletions docs/celldive/index.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
title: celldive
title: Cell Dive
schema_name: celldive
category: Other TSVs
category: MxFBE
all_versions_deprecated: False
exclude_from_index: False
layout: default
---

Related files:

- [📝 Excel template](https://raw.githubusercontent.com/hubmapconsortium/ingest-validation-tools/main/docs/celldive/celldive-metadata.xlsx): For metadata entry.
- [📝 TSV template](https://raw.githubusercontent.com/hubmapconsortium/ingest-validation-tools/main/docs/celldive/celldive-metadata.tsv): Alternative for metadata entry.
- [📝 Excel template](): For metadata entry.
- [📝 TSV template](): Alternative for metadata entry.



Expand All @@ -30,7 +30,7 @@ Related files:




In the portal: Cell Dive not in Portal

## Metadata schema

Expand Down
2 changes: 2 additions & 0 deletions src/ingest_validation_tools/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@

shared_enums: Dict[str, List[str]] = {
'assay_type': [
'10x Multiome',
'3D Imaging Mass Cytometry',
'AF',
'bulk-RNA',
'bulkATACseq',
'Cell DIVE',
'Cell Dive',
'cell-dive',
'CE-MS',
'CODEX',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@ draft: true
fields:
- name: is_cedar
description: 'Identifies whether the version is hosted by CEDAR'
example: 'https://docs.google.com/spreadsheets/d/1YNyMWvDTZzuj8m4fgdwLI6Wht1C3zb_s2kTONEVkZmo'
example: 'https://docs.google.com/spreadsheets/d/1YNyMWvDTZzuj8m4fgdwLI6Wht1C3zb_s2kTONEVkZmo'
- name: assay_category
constraints:
enum:
- sequence
- name: assay_type
constraints:
enum:
- 10x Multiome
10 changes: 9 additions & 1 deletion src/ingest_validation_tools/table-schemas/assays/bodyct-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@ draft: true
fields:
- name: is_cedar
description: 'Identifies whether the version is hosted by CEDAR'
example: 'https://docs.google.com/spreadsheets/d/114DmeiACGQzA8C5ZY3mWh-338XNe7Zy7'
example: 'https://docs.google.com/spreadsheets/d/114DmeiACGQzA8C5ZY3mWh-338XNe7Zy7'
- name: assay_category
constraints:
enum:
- clinical_imaging
- name: assay_type
constraints:
enum:
- Body CT
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@ draft: true
fields:
- name: is_cedar
description: 'Identifies whether the version is hosted by CEDAR'
example: 'https://docs.google.com/spreadsheets/d/1YNyMWvDTZzuj8m4fgdwLI6Wht1C3zb_s2kTONEVkZmo'
example: 'https://docs.google.com/spreadsheets/d/1YNyMWvDTZzuj8m4fgdwLI6Wht1C3zb_s2kTONEVkZmo'
- name: assay_category
constraints:
enum:
- sequence
- name: assay_type
constraints:
enum:
- bulkATACseq
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@ draft: true
fields:
- name: is_cedar
description: 'Identifies whether the version is hosted by CEDAR'
example: 'https://docs.google.com/spreadsheets/d/1YNyMWvDTZzuj8m4fgdwLI6Wht1C3zb_s2kTONEVkZmo'
example: 'https://docs.google.com/spreadsheets/d/1YNyMWvDTZzuj8m4fgdwLI6Wht1C3zb_s2kTONEVkZmo'
- name: assay_category
constraints:
enum:
- sequence
- name: assay_type
constraints:
enum:
- bulk-RNA
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@ draft: true
fields:
- name: is_cedar
description: 'Identifies whether the version is hosted by CEDAR'
example: 'https://docs.google.com/spreadsheets/d/1GKh4x8HIoQ3eKi2WWtWa2eWann3FG1pfaqxGKkUK1Wo'
example: 'https://docs.google.com/spreadsheets/d/1GKh4x8HIoQ3eKi2WWtWa2eWann3FG1pfaqxGKkUK1Wo'
- name: assay_category
constraints:
enum:
- mxfbe
- name: assay_type
constraints:
enum:
- Cell Dive

0 comments on commit 2dee3bd

Please sign in to comment.