Skip to content

This repository holds code to conduct ephys analysis on data files that come from trodes and phy files. It also has code to extract behavior data from Boris and ECU data and some tools to manipulate behavioral epochs.

License

Notifications You must be signed in to change notification settings

padillacoreanolab/SynapticSync

Repository files navigation

SynapticSync

This repository holds code to conduct ephys analysis on data files that come from trodes and phy files. It also has code to extract behavior data from Boris and ECU data and some tools to manipulate behavioral epochs.

Installation

pip install synapticsync

How to contribute:

Clone this repository and create a new branch for your changes.

The following commands will set up the environment you need to contribute.

cd <path/to/cloned/repository/SynapticSync>
# this takes you to the root directory of project
conda env create -f environment.yml
conda activate synapticsync
poetry config virtualenvs.create false --local
poetry install
poetry run pre-commit install

To add a new dependency for the SynapticSync package use:

poetry add <new-package-name>

To add a new development specific package use:

poetry add --group dev <new-package-name>

About

This repository holds code to conduct ephys analysis on data files that come from trodes and phy files. It also has code to extract behavior data from Boris and ECU data and some tools to manipulate behavioral epochs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages