Runs full Cellmaps CM4AI pipeline
Project description
CM4AI Pipeline
Runs CM4AI pipeline
Free software: MIT license
Documentation: https://cellmaps-pipeline.readthedocs.io.
Dependencies
Compatibility
Python 3.8+
Installation
git clone https://github.com/idekerlab/cellmaps_pipeline
cd cellmaps_pipeline
make dist
pip install dist/cellmaps_pipelinecmd*whl
Run make command with no arguments to see other build/deploy options including creation of Docker image
make
Output:
clean remove all build, test, coverage and Python artifacts
clean-build remove build artifacts
clean-pyc remove Python file artifacts
clean-test remove test and coverage artifacts
lint check style with flake8
test run tests quickly with the default Python
test-all run tests on every Python version with tox
coverage check code coverage quickly with the default Python
docs generate Sphinx HTML documentation, including API docs
servedocs compile the docs watching for changes
testrelease package and upload a TEST release
release package and upload a release
dist builds source and wheel package
install install the package to the active Python's site-packages
dockerbuild build docker image and store in local repository
dockerpush push image to dockerhub
For developers
To deploy development versions of this package
Below are steps to make changes to this code base, deploy, and then run against those changes.
Make changes
Modify code in this repo as desired
Build and deploy
# From base directory of this repo cellmaps_pipeline
pip uninstall cellmaps_pipeline -y ; make clean dist; pip install dist/cellmaps_pipeline*whl
Needed files
TODO: Add description of needed files
Usage
For information invoke cellmaps_pipelinecmd.py -h
Example usage
TODO: Add information about example usage
cellmaps_pipelinecmd.py # TODO Add other needed arguments here
Via Docker
Example usage
TODO: Add information about example usage
docker run -v `pwd`:`pwd` -w `pwd` idekerlab/cellmaps_pipeline:0.1.0 cellmaps_pipelinecmd.py # TODO Add other needed arguments here
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2023-05-22)
First release on PyPI.
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
Hashes for cellmaps_pipeline-0.1.0a3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f8dd7c24edf45107c27478bad55b23c641103956a37609cd944b1d150408c2e |
|
MD5 | 58ba34fb9159ae517b7bc48f989c2359 |
|
BLAKE2b-256 | c81d75b731be029a59118cbc9f059746c444e70b7e1ddffde2e8cf2f87813e68 |
Hashes for cellmaps_pipeline-0.1.0a3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7563fe75fe5675094b52db9a495a0bd0cbd5f2999b3c797693491730507d4115 |
|
MD5 | 8e3860b9aa42dc9f55a227ee74374287 |
|
BLAKE2b-256 | bade3476d73489aad71ad8be37273f5387cc6df36804c814e94ce74110f021ff |