This is the central database architecture for the collaborative research center of the SFB1089. It is based on datajoint.
The schemas present are organized as follows:
The above are linked to SFB's fork of DataJoint's calcium imaging Element:
- Install Anaconda and go to a command prompt.
- At the command prompot navigate to a directory where you want to download adamacs and type
git clone https://github.com/SFB1089/adamacs.git
- Enter the adamacs directory that was created with
cd adamacs
- Create an environment called
datajoint
withconda create --name datajoint python=3.8
- Activate the newly created environemnt with
conda activate datajoint
- Install adamacs with
pip install .
- To get started right away open
jupyter notebook
and open a notebook you want to use.