Welcome to the Tolias Lab data pipeline

First steps

  1. obtain an account datajoint.ninai.org with appropriate privileges.
  2. install datajoint from https://github.com/datajoint/datajoint-python. If you install earlier, pull the latest version.
  3. when you import datajoint for the first time, you will be prompted to edit the connection credentials in the config file.
  4. clone https://github.com/cajal/pipeline. If you cloned previously, be sure to get the latest update.

Change your password

You can change your password on the server using the dj.set_password() command:


In [ ]:
import datajoint as dj

In [ ]:
dj.set_password('your-new-fancy-password')

Update the config file with your new password for the next session.


Next: The Big Picture