-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Analyze file which require write access #57
Comments
Do you mean that you need to overwrite the Dataset the you are analyzing? I would call |
I think that kilosort does not require write access to the data file itself but must write its output in the same directory as the data. I want to try to create a folder in the processed data directory with a symbolic link to the dataset and see if kilosort is happy to use that. |
That's annoying. Which files must it save there? From my quick dig around the kilosort repo, it looks like both the temporary binary and the phy2 output can be at a custom path. Maybe forking kilosort and making a pull request to set custom paths would be a more elegant solution, if it's not too complicated? |
Maybe it's not an issue anymore. If we change the temporary "fast ssd" path and replace the output line https://github.com/MouseLand/Kilosort/blob/main/main_kilosort3.m#L50 |
Try symbolic link for Kilosort
The text was updated successfully, but these errors were encountered: