Skip to main content

algorithm to pack molecular recipes

Project description

cellPACK

Continuous Integration Documentation Code Coverage

An algorithm to pack molecular recipes

Installation

[!NOTE] These are the basic installation steps. However, our recommendation for developers is to install with pyenv and pdm. See advanced installation instructions here.

  1. Install Python 3.9 and git. Update pip at least to 24.0.0.
  2. Clone this git repository.
git clone git@github.com:AllenCell/cellpack.git
cd cellpack
  1. Create a new virtual environment and activate it.
python -m venv .venv
source .venv/bin/activate
  1. Install the required packages for your operating system. Replace linux with macos or windows as appropriate.
pip install -r requirements/linux/requirements.txt
pip install -e .

Run pack code

  1. example pack v1 recipe : pack -r examples/recipes/v1/NM_Analysis_FigureB1.0.json -c examples/packing-configs/run.json
  2. example pack v2 recipe : pack -r examples/recipes/v2/one_sphere.json -c examples/packing-configs/run.json
  3. example pack from remote : pack -r github:recipes/NM_Analysis_FigureB1.0.json -c examples/packing-configs/run.json

Run conversion code

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

  1. pip install -e .[dev]

    This will install your package in editable mode with all the required development dependencies (i.e. tox).

  2. make build

    This will run tox which will run all your tests and lint your code.

  3. make clean

    This will clean up various Python and build generated files so that you can ensure that you are working in a clean environment.

  4. make docs

    This will generate and launch a web browser to view the most up-to-date documentation for your Python package.

Suggested Git Branch Strategy

  1. main is 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.
  2. 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 to main so 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.
  3. It is recommended to use "Squash and Merge" commits when committing PR's. It makes each set of changes to main atomic and as a side effect naturally encourages small well defined PR's.

Introduction to Remote Databases

AWS S3

  1. Pre-requisites

    • Obtain an AWS account for AICS. Please contact the IT team or the code owner.
    • Generate an aws_access_key_id and aws_secret_access_key in your AWS account.
  2. 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

  1. Step-by-step Guide
    • For dev database:
      • Create a Firebase project in test mode with your google account, select firebase_admin as the SDK. Firebase Firestore tutorial
      • Generate a new private key by navigating to "Project settings">"Service account" in the project's dashboard.
    • For staging database:
      • Reach out to the code owner for the necessary credentials.
      • Set up an .env file as instructed.

MIT license

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cellpack-1.1.1.tar.gz (1.2 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cellpack-1.1.1-py3-none-any.whl (1.2 MB view details)

Uploaded Python 3

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

Hashes for cellpack-1.1.1.tar.gz
Algorithm Hash digest
SHA256 6f812927d4cdec82dbef2411e16e7e5985cb27eb1d73321c8030863cad52e7a5
MD5 406ea60b2f0986572377cad3c0badb28
BLAKE2b-256 201bf7162ff7b89c0130e063d410c307d6e07689a9afe59967d66885f492ebba

See more details on using hashes here.

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

Hashes for cellpack-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 df4282742791dac86c54a16a6eca6ecb835b4e57678454075f69dc7e2b76209f
MD5 5c36842e43ee8ce5fbd25392ce4fe942
BLAKE2b-256 15d30b3d192099a1bbc4c13b8d2f2328ba954561c05e2161b7998c5e79fc5cb9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page