Skip to content

Commit

Permalink
Merge pull request #2030 from magland/external-service-lindi-tar
Browse files Browse the repository at this point in the history
add external neurosift service for .nwb.lindi.tar
  • Loading branch information
waxlamp committed Sep 23, 2024
2 parents 9a1850c + 096803e commit cc97faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/views/FileBrowserView/FileBrowser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ const EXTERNAL_SERVICES = [
{
name: 'Neurosift',
regex: /\.nwb.lindi.json$/,
regex: /\.nwb\.lindi\.(json|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
},
Expand Down

0 comments on commit cc97faa

Please sign in to comment.