flatironinstitute / mountainlab-js

MountainLab is data processing, sharing and visualization software for scientists. It is built around MountainSort, spike sorting software, but is designed to be more generally applicable.
Other
43 stars 30 forks source link

kbclient: search also for files on local system (like prv-locate) #41

Open magland opened 6 years ago

magland commented 6 years ago

when kbclient needs to read a file for abc.prv, it should do a prv search on the local system first.

alexmorley commented 6 years ago

Progress: https://github.com/magland/kbclient/pull/1

Easy enough to check original file (and the checksum). Haven't finished the search through the prv-search-directories yet.

alexmorley commented 6 years ago

Can we close this?

alexmorley commented 6 years ago

/ What was your solution in the end?