algorithm to pack molecular recipes
Project description
cellPACK
An algorithm to pack molecular recipes
Installation
[!NOTE] These are the basic installation steps. However, our recommendation for developers is to install with
pyenvandpdm. See advanced installation instructions here.
- Install Python 3.9 and
git. Update pip at least to24.0.0. - Clone this git repository.
git clone git@github.com:AllenCell/cellpack.git
cd cellpack
- Create a new virtual environment and activate it.
python -m venv .venv
source .venv/bin/activate
- Install the required packages for your operating system. Replace
linuxwithmacosorwindowsas appropriate.
pip install -r requirements/linux/requirements.txt
pip install -e .
Run pack code
- example pack v1 recipe :
pack -r examples/recipes/v1/NM_Analysis_FigureB1.0.json -c examples/packing-configs/run.json - example pack v2 recipe :
pack -r examples/recipes/v2/one_sphere.json -c examples/packing-configs/run.json - example pack from remote :
pack -r github:recipes/NM_Analysis_FigureB1.0.json -c examples/packing-configs/run.json
Run conversion code
- To convert to simularium and view at https://staging.simularium.allencell.org/viewer
convert -r [FULL_PATH_TO_INPUT_RECIPE_FILE] -p [FULL_PATH_TO_PACKING_RESULT] -o [OUTPUT_PATH]
Stable Release: pip install cellpack
Development Head: pip install git+https://github.com/mesoscope/cellpack.git
Documentation
For full package documentation please visit mesoscope.github.io/cellpack.
Development
See CONTRIBUTING.md for information related to developing the code.
Contributing cheat sheet
-
pip install -e .[dev]This will install your package in editable mode with all the required development dependencies (i.e.
tox). -
make buildThis will run
toxwhich will run all your tests and lint your code. -
make cleanThis will clean up various Python and build generated files so that you can ensure that you are working in a clean environment.
-
make docsThis will generate and launch a web browser to view the most up-to-date documentation for your Python package.
Suggested Git Branch Strategy
mainis for the most up-to-date development, very rarely should you directly commit to this branch. GitHub Actions will run on every push and on a CRON to this branch but still recommended to commit to your development branches and make pull requests to main. If you push a tagged commit with bumpversion, this will also release to PyPI.- Your day-to-day work should exist on branches separate from
main. Even if it is just yourself working on the repository, make a PR from your working branch tomainso that you can ensure your commits don't break the development head. GitHub Actions will run on every push to any branch or any pull request from any branch to any other branch. - It is recommended to use "Squash and Merge" commits when committing PR's. It makes
each set of changes to
mainatomic and as a side effect naturally encourages small well defined PR's.
Introduction to Remote Databases
AWS S3
-
Pre-requisites
- Obtain an AWS account for AICS. Please contact the IT team or the code owner.
- Generate an
aws_access_key_idandaws_secret_access_keyin your AWS account.
-
Step-by-step Guide
- Download and install the AWS CLI
- Configure AWS CLI by running
aws configure, then enter your credentials as prompted. - Ensure that Boto3, the AWS SDK for Python is installed and included in the requirements section of
setup.py.
Firebase Firestore
- Step-by-step Guide
- For dev database:
- Create a Firebase project in test mode with your google account, select
firebase_adminas the SDK. Firebase Firestore tutorial - Generate a new private key by navigating to "Project settings">"Service account" in the project's dashboard.
- Create a Firebase project in test mode with your google account, select
- For staging database:
- Reach out to the code owner for the necessary credentials.
- Set up an
.envfile as instructed.
- For dev database:
MIT license
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cellpack-1.1.1.tar.gz.
File metadata
- Download URL: cellpack-1.1.1.tar.gz
- Upload date:
- Size: 1.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: pdm/2.22.2 CPython/3.9.21 Linux/6.8.0-1017-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f812927d4cdec82dbef2411e16e7e5985cb27eb1d73321c8030863cad52e7a5
|
|
| MD5 |
406ea60b2f0986572377cad3c0badb28
|
|
| BLAKE2b-256 |
201bf7162ff7b89c0130e063d410c307d6e07689a9afe59967d66885f492ebba
|
File details
Details for the file cellpack-1.1.1-py3-none-any.whl.
File metadata
- Download URL: cellpack-1.1.1-py3-none-any.whl
- Upload date:
- Size: 1.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: pdm/2.22.2 CPython/3.9.21 Linux/6.8.0-1017-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df4282742791dac86c54a16a6eca6ecb835b4e57678454075f69dc7e2b76209f
|
|
| MD5 |
5c36842e43ee8ce5fbd25392ce4fe942
|
|
| BLAKE2b-256 |
15d30b3d192099a1bbc4c13b8d2f2328ba954561c05e2161b7998c5e79fc5cb9
|