You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docker export process uses Dandi and the AnalysisNwbfile table to log accessed files and share intermediate and final results
For historical and/or data type reasons, some tables store external files in a different format
ClusterlessDecodingV1
SortedSpikesDecodingV1
v0.SpikeSortingRecording
v0.SpikeSorting
v0.SpikeSorting()
v0.Waveforms()
v0.QualityMetrics()
These external files are not logged in the export process, nor are they shareable through Dandi
Solutions
Short term
If these are "intermediate" analysis files (not directly accessed in producing final results/figures) this shoudn't raise any errors when running in the Docker container.
File would not be available to someone trying to do new analysis from intermediate results in Docker container
Describe the bug
The docker export process uses Dandi and the
AnalysisNwbfile
table to log accessed files and share intermediate and final resultsFor historical and/or data type reasons, some tables store external files in a different format
ClusterlessDecodingV1
SortedSpikesDecodingV1
v0.SpikeSortingRecording
v0.SpikeSorting
v0.SpikeSorting()
v0.Waveforms()
v0.QualityMetrics()
These external files are not logged in the export process, nor are they shareable through Dandi
Solutions
spikesorting.v1
(Thanks @khl02007 )The text was updated successfully, but these errors were encountered: