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 data grepping/NWB table of trial structure information/other scripts for Austin's project I wrote a while ago and went unused are present here. Given the sheer number of recordings present and potential to miss broken files/conversions/etc, checking everything by hand is both quite time consuming and, frankly, annoying. I've also missed a couple apparently on accident while double checking. Unfortunately it would only work across projects if people agree on file structures/naming conventions.
So the grepping stuff should be migrated here and written so it can be used on linux cluster machines. It should be able to:
Check that raw 2p data folders from Bruker are intact, so environment files, xml files, and recordings are all present for each recording. Huge bonus if it can go into the snapshots and try to find and rsync missing contents.
Check that there are folders of tiffs present. Bonus if it can spawn a container to start conversion if necessary
Check that there are raw csvs present. Bonus if it can spawn a converter to start conversion if necessary
Check that there are events files present. Bonus if it can spawn the script for getting timestamps
For any discrepancies, log them in a human readable format. Logging in general during search should be done and output to file.
Additional bonus: Select different specific mice in a GUI or something, reference metadata for mice, etc
Even more additional bonus: Do this in a threaded manner so it's way faster to grep for all this stuff. That would be much much harder to get right though...
The text was updated successfully, but these errors were encountered:
The data grepping/NWB table of trial structure information/other scripts for Austin's project I wrote a while ago and went unused are present here. Given the sheer number of recordings present and potential to miss broken files/conversions/etc, checking everything by hand is both quite time consuming and, frankly, annoying. I've also missed a couple apparently on accident while double checking. Unfortunately it would only work across projects if people agree on file structures/naming conventions.
So the grepping stuff should be migrated here and written so it can be used on linux cluster machines. It should be able to:
rsync
missing contents.The text was updated successfully, but these errors were encountered: