-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Necessary changes to app that arose during testing deployment.
- Loading branch information
1 parent
0f321bc
commit 2350f7e
Showing
11 changed files
with
2,347 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ | |
) | ||
} | ||
|
||
source("renv/activate.R") | ||
source("renv/activate.R") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Attribute,Description,Valid Values,DependsOn,Properties,Required,Parent,DependsOn Component,Source,Validation Rules | ||
dataFlow,Describes data flow status,,"Component, contributor, entityId, dataset_name, dataset, num_items, release_scheduled, embargo, standard_compliance, data_portal, released",,TRUE,DataType,,, | ||
contributor,Storage project that dataset is contained in,,,,TRUE,DataProperty,,,str | ||
entityId,Synapse unique ID,,,,TRUE,DataProperty,,,str | ||
dataset_name,Unique dataset name,,,,TRUE,DataProperty,,,str | ||
dataset,Type of dataset,,,,TRUE,DataProperty,,,str | ||
num_items,Number of files contained in a manifest,,,,TRUE,DataProperty,,,int | ||
release_scheduled,Date that a dataset is scheduled for release,,,,TRUE,DataProperty,,,date | ||
embargo,Date that indicates when a dataset is released from embargo,,,,TRUE,DataProperty,,,date | ||
standard_compliance,Has dataset passed standard validation checks,"TRUE, FALSE",,,TRUE,DataProperty,,,str | ||
data_portal,"Has dataset been published to data portal | ||
","TRUE, FALSE",,,TRUE,DataProperty,,,str | ||
released,"Has this dataset been released | ||
","TRUE, FALSE",,,TRUE,DataProperty,,,str |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"asset_view": "syn50896957", | ||
"manifest_dataset_id": "syn50900267", | ||
"schema_url": "https://raw.githubusercontent.com/Sage-Bionetworks/data_flow/dev-schema-changes/inst/data_flow_component.jsonld", | ||
"api_base_url": "https://schematic-staging.api.sagebionetworks.org" | ||
"manifest_dataset_id": "syn51673148", | ||
"schema_url": "https://raw.githubusercontent.com/Sage-Bionetworks/data_flow/dev-schema-changes-testing/inst/data_model/dataflow_component_testing.jsonld", | ||
"api_base_url": "https://schematic-dev.api.sagebionetworks.org" | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Attribute,Description,Valid Values,DependsOn,Properties,Required,Parent,DependsOn Component,Source,Validation Rules | ||
dataFlow,Describes data flow status,,"Component, contributor, entityId, dataset_name, dataset, num_items, embargo, release_scheduled, testing_str, testing_log, testing_num, testing_date",,TRUE,DataType,,, | ||
contributor,Storage project that dataset is contained in,,,,TRUE,DataProperty,,,str | ||
entityId,Synapse unique ID,,,,TRUE,DataProperty,,,str | ||
dataset_name,Unique dataset name,,,,TRUE,DataProperty,,,str | ||
dataset,Type of dataset,,,,TRUE,DataProperty,,,str | ||
num_items,Number of files contained in a manifest,,,,TRUE,DataProperty,,,int | ||
embargo,Date of embargo,,,,TRUE,DataProperty,,,date | ||
release_scheduled,Date of scheduled release,,,,TRUE,DataProperty,,,date | ||
testing_str,TEST STRING,,,,TRUE,DataProperty,,,str | ||
testing_log,TEST LOGICAL,"TRUE, FALSE",,,TRUE,DataProperty,,,str | ||
testing_num,TEST NUMBER,,,,TRUE,DataProperty,,,num | ||
testing_date,TEST DATE,,,,TRUE,DataProperty,,,date |
Oops, something went wrong.