Skip to content

Commit

Permalink
add external service for nwb.lindi.tar
Browse files Browse the repository at this point in the history
  • Loading branch information
magland committed Sep 19, 2024
1 parent 1f1bc05 commit 34e8982
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions web/src/views/FileBrowserView/FileBrowser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,13 @@ const EXTERNAL_SERVICES = [
endpoint: 'https://neurosift.app?p=/nwb&url=$asset_dandi_url$&st=lindi&dandisetId=$dandiset_id$&dandisetVersion=$dandiset_version$', // eslint-disable-line max-len
},
{
name: 'Neurosift',
regex: /\.nwb.lindi.tar$/,
maxsize: Infinity,
endpoint: 'https://neurosift.app?p=/nwb&url=$asset_dandi_url$&st=lindi&dandisetId=$dandiset_id$&dandisetVersion=$dandiset_version$', // eslint-disable-line max-len
},
{
name: 'Neurosift',
regex: /\.avi$/,
Expand Down

0 comments on commit 34e8982

Please sign in to comment.