Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
craigrbarnes committed Jan 15, 2025
1 parent 959aa89 commit 4bbbd54
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion config/gen3/analysisTools.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "Canine Data Commons Data Visualization Notebook",
"type": "notebook",
"icon": "jupyter.svg",
"image": "canineDataCommons.png",
"image": "/apps/canineDataCommons.png",
"description": "Download node files, show/select data, and plot with this notebook using data hosted on the Canine Data Commons (https://caninedc.org) stored under the NHGRI project.",
"loginRequired": false,
"href": "/notebook/notebook_canine.ipynb"
Expand Down
28 changes: 17 additions & 11 deletions config/gen3/explorer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"tabs": [
{
"title": "Subject",
"fields":[
"fields": [
"project_id",
"gender",
"breed",
Expand All @@ -29,7 +29,7 @@
},
{
"title": "Diagnosis",
"fields":[
"fields": [
"disease_type",
"primary_site"
]
Expand All @@ -40,7 +40,7 @@
"enabled": true,
"detailsConfig": {
"panel": "default",
"mode" : "click",
"mode": "click",
"idField": "project_id",
"title": "Details"
},
Expand Down Expand Up @@ -70,7 +70,7 @@
"leftIcon": "datafile",
"rightIcon": "download",
"action": "data-json",
"actionArgs" : {
"actionArgs": {
"filename": "canine_subjects_table.json"
}
},
Expand All @@ -81,7 +81,7 @@
"leftIcon": "datafile",
"rightIcon": "download",
"action": "data-csv",
"actionArgs" : {
"actionArgs": {
"filename": "canine_subjects_table.csv"
}
},
Expand All @@ -92,7 +92,7 @@
"leftIcon": "datafile",
"rightIcon": "download",
"action": "data-tsv",
"actionArgs" : {
"actionArgs": {
"filename": "canine_subjects_table.tsv"
}
}
Expand All @@ -113,7 +113,12 @@
"resourceIdField": "object_id",
"referenceIdFieldInResourceIndex": "project_id",
"referenceIdFieldInDataIndex": "project_id",
"fileFields": ["file_name", "file_size", "md5sum", "object_id"]
"fileFields": [
"file_name",
"file_size",
"md5sum",
"object_id"
]
}
}
],
Expand Down Expand Up @@ -149,10 +154,11 @@
"referenceIdFieldInResourceIndex": "subject_id",
"referenceIdFieldInDataIndex": "subject_id"
}
},
"accessibleFieldCheckList": ["project"],
"accessibleValidationField": "project"
}
},
"accessibleFieldCheckList": [
"project"
],
"accessibleValidationField": "project"
},
{
"tabTitle": "Data Files",
Expand Down

0 comments on commit 4bbbd54

Please sign in to comment.