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

make soft links #75

Closed droumis closed 5 years ago

droumis commented 5 years ago

could not hard link files on server causing constant copying instead of renaming. Changing fs.link to fs.symlink to make soft links instead

tjd2002 commented 5 years ago

hmm... a hard-link is really like a copy (you can delete the target and the file still exists); given that the function is called 'make_hard_link_or_copy', I think this is probably not the right place to fix this. Could you create an issue instead that identifies the problem you are trying to solve?

droumis commented 5 years ago

will do!