Skip to content

Commit

Permalink
Use legacy bluenaas and upload model (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoantonel committed May 30, 2024
1 parent 61d6ea1 commit 8022a68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
with:
node-version: '16'
- name: Run validation schema
run: npx ajv-cli validate -s usecases-info.schema.json -d usecases-info.json
run: npx --yes ajv-cli validate -s usecases-info.schema.json -d usecases-info.json
- name: Run linting
run: |
npx js-beautify -f usecases-info.json -k -s 2 -b preserve-inline -n > usecases-info-formatted.json
npx --yes js-beautify -f usecases-info.json -k -s 2 -b preserve-inline -n > usecases-info-formatted.json
cmp usecases-info.json usecases-info-formatted.json > diff.txt
if [ -s diff.txt ]; then
echo "Lintting failed. Run command on README.md to fix it and commit changes."
Expand Down
5 changes: 1 addition & 4 deletions usecases-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,14 +358,11 @@
"disabled": false,
"dataProtected": false,
"implementation": "webapp",
"chooseModel": true,
"picture": {
"src": "https://raw.githubusercontent.com/ebrains-cls-interactive/usecases-info/develop/images/singlecellinsilicoexperiments/l5pc_release_responses-eps.jpg"
},
"externalUrl": "https://blue-naas-bsp-epfl.apps.hbp.eu",
"tutorial": "https://object.cscs.ch/v1/AUTH_c0a333ecf7c045809321ce9d9ecdfdea/web-resources-bsp/bsp-video-tutorials/SingleCellInSilicoExperimentsUnderCurrentClamp/index.html",
"externalUrlModelPlaceholder": "{EXTERNAL_URL}/#/url/{TRIMMED_SOURCE_PATH}",
"maxModelSelection": 1
"tutorial": "https://object.cscs.ch/v1/AUTH_c0a333ecf7c045809321ce9d9ecdfdea/web-resources-bsp/bsp-video-tutorials/SingleCellInSilicoExperimentsUnderCurrentClamp/index.html"
}
]
},
Expand Down

0 comments on commit 8022a68

Please sign in to comment.