Skip to content

Commit

Permalink
Update ToolView.csv (#130)
Browse files Browse the repository at this point in the history
* Update ToolView.csv

* Update dca-template-config.json

* Update prepare-data-release.md

Remove data_curator_config template update step
add reference to release_workflow script, which can be used to generate templates locally

* Add new attribute values to docs

---------

Co-authored-by: Orion Banks <[email protected]>
  • Loading branch information
aditigopalan and Bankso authored Jul 25, 2024
1 parent c2cf673 commit e1e707f
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/prepare-data-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@ The following checklist covers the post-curation steps that should be performed
- [ ] Add updates to a new branch in the data-models repo
- [ ] Make a PR to merge updates into main
- [ ] Verify CSV and JSON-LD were updated and added to branch or build and add manually
- [ ] Build manifest templates in xlsx format and store in "templates" folder
- [ ] Build manifest templates in CSV format and store in "templates" folder. Optionally, you can use [release_workflow.sh](https://github.com/mc2-center/data-models/blob/main/release_workflow.sh) to generate template manifests in bulk.
- [ ] Review and merge PR to main

### Data Curator Config
- [ ] Update data model and dca-template-config.json version number in data_curator_config/MC2/dca_config.json
- [ ] Copy templates to display in DCA from data-models/templates to data_curator_config/MC2/templates
- [ ] Ensure any templates that should be listed in the DCA are provided in data-models/dca_config/dca-template-config.json
- [ ] Ensure any templates that should be listed in the DCA are listed in data-models/dca_config/dca-template-config.json

### Synapse
- [ ] Process and upload metadata to grant-based Synapse projects (if needed)
Expand Down
15 changes: 15 additions & 0 deletions dca_config/dca-template-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,21 @@
"display_name": "NanoString GeoMx DSP Imaging Level 2",
"schema_name": "NanoStringGeoMxDSPImagingLevel2",
"type": "record"
},
{
"display_name": "Study",
"schema_name": "Study",
"type": "record"
},
{
"display_name": "File View",
"schema_name": "FileView",
"type": "file"
},
{
"display_name": "Dataset Sharing Plan",
"schema_name": "DataDSP",
"type": "record"
}
],
"service_version": "v23.8.1",
Expand Down
27 changes: 27 additions & 0 deletions docs/valid_values/tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,30 @@ See [Tool Input Data](#attribute-tool-input-format)
{{ read_csv('tool/tool_type.csv', header=0, names=['Valid Value','Description'], usecols=['Valid Value','Description'], tablefmt='html') }}

</div>


## Attribute: `Tool Entity Role`

<div style="max-height:650px; overflow-x: hidden; overflow-y: auto;">

{{ read_csv('tool/entity_role.csv', header=0, names=['Valid Value','Description'], usecols=['Valid Value','Description'], tablefmt='html') }}

</div>


## Attribute: `Tool Entity Type`

<div style="max-height:650px; overflow-x: hidden; overflow-y: auto;">

{{ read_csv('tool/entity_type.csv', header=0, names=['Valid Value','Description'], usecols=['Valid Value','Description'], tablefmt='html') }}

</div>


## Attribute: `Tool Package Dependencies Present`

<div style="max-height:650px; overflow-x: hidden; overflow-y: auto;">

{{ read_csv('shared/boolean.csv', header=0, names=['Valid Value','Description'], usecols=['Valid Value','Description'], tablefmt='html') }}

</div>
4 changes: 2 additions & 2 deletions templates/ToolView.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Component,ToolView_id,Tool Pubmed Id,Tool Grant Number,Tool Name,Tool Description,Tool Homepage,Tool Version,Tool Operation,Tool Input Data,Tool Output Data,Tool Input Format,Tool Output Format,Tool Function Note,Tool Cmd,Tool Type,Tool Topic,Tool Operating System,Tool Language,Tool License,Tool Cost,Tool Accessibility,Tool Download Url,Tool Download Type,Tool Download Note,Tool Download Version,Tool Documentation Url,Tool Documentation Type,Tool Documentation Note,Tool Link Url,Tool Link Type,Tool Link Note
ToolView,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
Component,ToolView_id,Tool Pubmed Id,Tool Grant Number,Tool Name,Tool Description,Tool Homepage,Tool Version,Tool Operation,Tool Input Data,Tool Output Data,Tool Input Format,Tool Output Format,Tool Function Note,Tool Cmd,Tool Type,Tool Topic,Tool Operating System,Tool Language,Tool License,Tool Cost,Tool Accessibility,Tool Download Url,Tool Download Type,Tool Download Note,Tool Download Version,Tool Documentation Url,Tool Documentation Type,Tool Documentation Note,Tool Link Url,Tool Link Type,Tool Link Note,Tool Date Last Modified,Tool Release Date,Tool Package Dependencies,Tool Package Dependencies Present,Tool Compute Requirements,Tool Entity Name,Tool Entity Type,Tool Entity Role
ToolView,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

0 comments on commit e1e707f

Please sign in to comment.