This repo contains the notebooks for generating figures in the JUMP data production paper (Chandrasekaran et al. 2023). It also contains the profiles from the ORF subset of JUMP dataset (https://github.com/jump-cellpainting/dataset.git) as a submodule.
To run the Jupyter notebooks in this repository, install the conda
environment using the 0.visualize-orf-data/environment.yml
file.
This repository includes a commit template (.gitmessage
) to ensure all commits include proper attribution to contributors.
After cloning the repository, configure Git to use the template:
git config --local commit.template .gitmessage
To use the template when committing:
- Make and stage your changes as usual:
git add .
- Commit without the
-m
flag:git commit
- Your text editor will open with the template pre-populated with co-authors
- Write your commit message at the top of the file (above the comments)
- Save and close the editor to complete the commit
- The template only works when you use
git commit
without the-m
flag - All project contributors are already included in the template
- Feel free to add additional co-authors for specific commits as needed
- The blank line between the commit message and co-authors is required for GitHub to recognize co-authorship
We use a dual license in this repository. We license the source code as BSD 3-Clause, and license the data, results, and figures as CC0 1.0.