Skip to content

Commit 1297722

Browse files
committed
add comment for neurodata types index
1 parent b9b84f1 commit 1297722

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/DandiPage/fetchNeurodataTypesIndex.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ let cachedNeurodataTypesIndex: NeurodataTypesIndex | undefined = undefined;
1414
export const fetchNeurodataTypesIndex = async () => {
1515
if (cachedNeurodataTypesIndex) return cachedNeurodataTypesIndex;
1616
try {
17+
// This is created by the workflow in https://github.com/magland/neurosift-kerchunker
18+
// See https://github.com/magland/neurosift-kerchunker/blob/main/workflow_scripts/create_neurodata_types_index.py
1719
const url =
1820
"https://lindi.neurosift.org/dandi/neurodata_types_index.json.gz";
1921
const response = await fetch(url + "?cb=" + Date.now());

0 commit comments

Comments
 (0)