-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate workflow-calcium-imaging
's tutorial environment, notebooks, and tests
#135
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add GitHub Codespace environment
Add Demo Notebooks
Update CICD calls and setup.py dependencies
kabilar
changed the title
Merge
Integrate Jun 7, 2023
workflow-calcium-imaging
workflow-calcium-imaging
tutorial environment, notebooks, and tests
kabilar
changed the title
Integrate
Integrate Jun 7, 2023
workflow-calcium-imaging
tutorial environment, notebooks, and testsworkflow-calcium-imaging
's tutorial environment, notebooks, and tests
Co-authored-by: Dimitri Yatsenko <dimitri@datajoint.com>
dimitri-yatsenko
previously approved these changes
Jun 7, 2023
Co-authored-by: Dimitri Yatsenko <dimitri@datajoint.com>
kabilar
commented
Jun 7, 2023
dimitri-yatsenko
approved these changes
Jun 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
element-calcium-imaging
.workflow-calcium-imaging
intoelement-calcium-imaging
, and will subsequently archiveworkflow-calcium-imaging
.Changes
git merge
to merge theworkflow-calcium-imaging
git history intoelement-calcium-imaging
extras_require
featuresbxreader
andscanreader
to the Dockerfile so thatelement-calcium-imaging
can be published to PyPI.extras_require
forelement-calcium-imaging
docker-compose.yaml
todocker-compose-db.yaml
datajoint/.github
repository for GitHub, PyPI, and MkDocs releasesimaging*
andscan
schemas with backwards incompatible change to simplify user experienceget_image_files
function and replaceget_nd2_files
,get_prairieview_files
,get_scan_box_files
,get_scan_image_files
.workflow
->pipeline
tutorial_pipeline
script to import and activate schemasreference.Equipment
->lab.Device
demo_prepare.ipynb
, which can be replaced bytutorial.ipynb
demo_run.ipynb
todemo.ipynb
element_calcium_imaging/__init__.py
now uses environment variables (if available) in place ofdj.config['custom']
valuestest_pipeline_generation.py
#139