atlab / hdf5matlab

Library for manipulating neural data files generated in our lab
1 stars 16 forks source link

Set up a super repo with hdf5matlab and labview-acquisition #1

Open peabody124 opened 11 years ago

peabody124 commented 11 years ago

Currently labview-acquisition requires this code. We should create a repo which has the main sub-repos as submodules (e.g. stimulation, labview-acquisition, stimulation) as well as maybe the core stuff we need to keep things running (e.g. getLocalPath)

peabody124 commented 11 years ago

Note this isn't particularly specific to hdf5matlab

aecker commented 11 years ago

I think I'd rather keep the loose dependencies since e.g. hdf5matlab is also used by spike detection, sorting, etc. and I'm not sure if it makes too much sense to dump everything into one giant repo. Wouldn't it make more sense to state the dependencies explicitly in the readme or something the like?

peabody124 commented 11 years ago

No, that's the thing about git submodules. It keeps them all in independent repositories, and then you have one repository that has a bunch of pointers to the others so you can check that out and it automatically checks out matching versions of lots of things (e.g. spike sorting too, datajoint, etc). That way we basically flag these sets of repositories all work together.

aecker commented 11 years ago

Alright, why don't you start one of these for the acquisition system and we can setup the others such as spike detection/sorting when I'm in Houston.