Skip to content

Commit

Permalink
Merge pull request #32 from CBIIT/CollectorsCorner-patch-6
Browse files Browse the repository at this point in the history
Collectors corner patch 6
  • Loading branch information
CollectorsCorner authored Sep 28, 2023
2 parents 5a90085 + 2bcd385 commit 677da9e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 18 deletions.
28 changes: 10 additions & 18 deletions model-desc/cds-model-props.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
PropDefinitions:
# file
submission_version:
Desc: Raw data file submission
Type: string
Req: true
file_id:
Desc: File identifier
Type: string
Expand Down Expand Up @@ -52,9 +56,6 @@ PropDefinitions:
Desc: |
What is the experimental strategy used for the study (or what
type of data subtypes exist in the study)?
Type:
value_type: list
item_type: string
Req: 'Yes'
Enum:
- Amplicon
Expand Down Expand Up @@ -89,10 +90,6 @@ PropDefinitions:
Req: true
race:
Desc: OMB Race designator
Type:
value_type: list
item_type:
- TBD
Enum:
- White
- American Indian or Alaska Native
Expand Down Expand Up @@ -138,7 +135,6 @@ PropDefinitions:
Req: true
disease_type:
Desc: Type of disease [?]
Type: string
Enum:
- Acinar Cell Neoplasm
- Basal Cell Neoplasm
Expand Down Expand Up @@ -2048,16 +2044,17 @@ PropDefinitions:
- Not Reported
- Not Allowed To Collect
# study
study_version:
Desc: The version of the phs accession
Type: string
Req: true
bioproject_accession:
Desc: NCBI BioProject accession ID
Type:
pattern: "^PRJNA[0-9]+$"
Req: 'Preferred'
study_data_types:
Desc: Types of scientific data in the study
Type:
value_type: list
item_type: string
Enum:
- Genomic
- Proteomic
Expand Down Expand Up @@ -2116,6 +2113,7 @@ PropDefinitions:
Req: Preferred
acl:
Desc: open or restricted access to data
Type: list
primary_investigator_email:
Desc: Email of principal investigator
Type: string
Expand All @@ -2138,6 +2136,7 @@ PropDefinitions:
Type: string
authz:
Desc: multifactor authorization
Type: string
# sample
biosample_accession:
Desc: NCBI BioSample accession ID (SAMN) for this sample
Expand Down Expand Up @@ -2674,9 +2673,6 @@ PropDefinitions:
- Not Reported
therapeutic_agents:
Desc: Text identification of the individual agent(s) used as part of a treatment regimen.
Type:
value_type: list
item_type: string
Enum:
- 10-Deacetyltaxol
- 11C Topotecan
Expand Down Expand Up @@ -7160,8 +7156,6 @@ PropDefinitions:
Req: true
reference_genome_assembly:
Desc: Accession or name of genome reference or assembly used for alignment
Type: string
Req: 'Yes'
Enum:
- GRCh37
- GRCh37-lite
Expand Down Expand Up @@ -7302,7 +7296,6 @@ PropDefinitions:
- Single Cell
library_selection:
Desc: Library selection method
Type: string
Req: Preferred
Enum:
- Hybrid Selection
Expand Down Expand Up @@ -7332,7 +7325,6 @@ PropDefinitions:
- Oligo-dT
- Padlock probes capture method
- Race
- Random
- Random PCR
- Reduced Representation
- repeat fractionation
Expand Down
2 changes: 2 additions & 0 deletions model-desc/cds-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Nodes:
- acl
- study_access
- authz
- study_version
participant:
Props:
- study_participant_id
Expand Down Expand Up @@ -103,6 +104,7 @@ Nodes:
- md5sum
- file_url_in_cds
- experimental_strategy_and_data_subtypes
- submission_version
#- file_access

genomic_info:
Expand Down

0 comments on commit 677da9e

Please sign in to comment.