-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Notes from a call with @tabedzki to brainstorm on upgrading ephys pipeline for BrainCOGS to the latest version
- PR to update
kilosort"core_files" - new branch named
new_djon braincogs fork - PR
main_external_storage(from upstream) into this new branchnew_dj - make the changes on
blob@ephys_store(for LFP and waveform) same as the current braincogsmain
For production / migration
- rename the current
ephysschema toephys_old - update the dependency (in pyproject.toml) (point to the
new_djbranch) - instantiate the pipeline again
- add
ephys-processedstore intodj.config['stores'](probably the exact same definition asephys_store
- write a data-copy script to copy all data from the
ephys_oldschema into the newephysschema
- for each table
ephys.EphysRecording.insert(old_ephys.EphysRecording, ignore_extra_fields=True)
"ephys-processed": {
"protocol": "file",
"location": "/Volumes/u19_dj/external_dj_blobs",
"stage": "/Volumes/u19_dj/external_dj_blobs"
}
Metadata
Metadata
Assignees
Labels
No labels