Skip to content

ZuckermanBrain/datajoint-churchland

Repository files navigation

Churchland Lab Pipeline

This repository contains files for developing and interacting with the Churchland Lab pipeline using DataJoint. DataJoint is a language-agnostic relational database management system for organizing, populating, computing, and querying data (see the DataJoint documentation for more details). The data are hosted on the U19 server, which runs two separate installations of DataJoint: a development installation, for prototyping new analysis pipelines and workflows, and a production installation, for mature, well-tested pipelines (see the U19 DataJoint documentation for more details). To get started, see the Wiki pages for MATLAB or Python.

Staying updated

If you installed the pipeline as a 'contributor' (see the getting started guides, linked above), you can easily stay updated with new releases via git. For this, you will need to configure Zuckerman Brain as 'upstream' for your fork. Check this in the terminal by running

$ git remote -v

If there is no upstream pointing to the Zuckerman Brain repository, then execute

$ git remote add upstream https://github.com/ZuckermanBrain/datajoint-churchland

Then use git pull upstream master to pull the changes from the upstream repo into your local fork.

Contributing code

If you feel happy with the changes you've made, you can add, commit and push them to your own branch. Then go to your fork on Github, click 'Pull requests', 'New pull request', 'compare across forks', and select your fork of datajoint-churchland. If there are no merge conflicts, you can click 'Create pull request', explain what changes/contributions you've made, and and submit it to the DataJoint team for approval.

Pipeline schemas

Base schemas

Equipment

equipment erd

Lab

equipment erd

Reference

equipment erd

Action

equipment erd

Acquisition

acquisition erd

Processing

acquisition erd

Joined schemas

Acquisition+

acquisition erd

Neural

neural erd

EMG

emg erd

About

Datajoint pipelines and code for the Churchland lab.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •