Skip to content

Commit

Permalink
Merge branch 'main' of github.com:UW-GAC/primed_data_models into main
Browse files Browse the repository at this point in the history
  • Loading branch information
atk17 committed Nov 21, 2023
2 parents aa5cbc4 + 824bcdb commit b98c124
Show file tree
Hide file tree
Showing 6 changed files with 630 additions and 121 deletions.
5 changes: 3 additions & 2 deletions PRIMED_GSR_data_model.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "PRIMED GSR Data Model",
"description": "Data model for Genomic Summary Results in the PRIMED consortium",
"version": "1.0",
"version": "1.1",
"tables": [
{
"table": "analysis",
Expand Down Expand Up @@ -423,7 +423,8 @@
"column": "file_path",
"required": true,
"description": "File path in cloud storage",
"data_type": "string"
"data_type": "string",
"is_bucket_path": true
},
{
"column": "file_type",
Expand Down
14 changes: 9 additions & 5 deletions PRIMED_genotype_data_model.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "PRIMED Genotype Data Model",
"description": "Data model for genotype data in the PRIMED consortium",
"version": "1.2",
"version": "1.3",
"tables": [
{
"table": "subject",
Expand Down Expand Up @@ -198,7 +198,8 @@
"column": "file_path",
"required": true,
"description": "absolute file path in cloud storage",
"data_type": "string"
"data_type": "string",
"is_bucket_path": true
},
{
"column": "file_type",
Expand Down Expand Up @@ -305,7 +306,8 @@
"column": "file_path",
"required": true,
"description": "absolute file path in cloud storage",
"data_type": "string"
"data_type": "string",
"is_bucket_path": true
},
{
"column": "file_type",
Expand Down Expand Up @@ -441,7 +443,8 @@
"column": "file_path",
"required": true,
"description": "absolute file path in cloud storage",
"data_type": "string"
"data_type": "string",
"is_bucket_path": true
},
{
"column": "file_type",
Expand Down Expand Up @@ -541,7 +544,8 @@
"column": "file_path",
"required": true,
"description": "absolute file path in cloud storage",
"data_type": "string"
"data_type": "string",
"is_bucket_path": true
},
{
"column": "file_type",
Expand Down
Loading

0 comments on commit b98c124

Please sign in to comment.