===================
Cell Maps Pipeline
===================
.. image:: https://img.shields.io/pypi/v/cellmaps_pipeline.svg
:target: https://pypi.python.org/pypi/cellmaps_pipeline
.. image:: https://app.travis-ci.com/idekerlab/cellmaps_pipeline.svg?branch=main
:target: https://app.travis-ci.com/idekerlab/cellmaps_pipeline
.. image:: https://readthedocs.org/projects/cellmaps-pipeline/badge/?version=latest
:target: https://cellmaps-pipeline.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
* Free software: MIT license
* Documentation: https://cellmaps-pipeline.readthedocs.io.
* Source code: https://github.com/idekerlab/cellmaps_pipeline
Dependencies
------------
* `cellmaps_utils <https://pypi.org/project/cellmaps-utils>`__ (v. 0.3.0a1)
* `cellmaps_imagedownloader <https://pypi.org/project/cellmaps-imagedownloader>`__ (v. 0.1.0)
* `cellmaps_ppidownloader <https://pypi.org/project/cellmaps-ppidownloader>`__ (v. 0.1.0)
* `cellmaps_image_embedding <https://pypi.org/project/cellmaps-image-embedding>`__ (v. 0.1.0)
* `cellmaps_ppi_embedding <https://pypi.org/project/cellmaps-ppi-embedding/>`__ (v. 0.2.0)
* `cellmaps_coembedding <https://pypi.org/project/cellmaps-coembedding>`__ (v. 0.1.0)
* `cellmaps_generate_hierarchy <https://pypi.org/project/cellmaps-generate-hierarchy>`__ (v. 0.1.0a20)
* `cellmaps_hierarchyeval <https://pypi.org/project/cellmaps-hierarchyeval>`__ (v. 0.1.0a8)
* `networkx <https://pypi.org/project/networkx>`__ (v. >=2.8,<2.9)
* `scipy <https://pypi.org/project/scipy>`__ (v. <1.13.0)
* `tqdm <https://pypi.org/project/tqdm>`__ (v. 4.66.2)
Compatibility
-------------
* Python 3.8+
OS Requirements
----------------
This package is supported for macOS and Linux. The package has been tested on the following systems:
* macOS: Ventura (13.5)
* Linux: Rocky Linux 8
Installation
------------
**Install from PyPi**
.. code-block::
pip install cellmaps_pipeline
**Install from Github**
.. code-block::
git clone https://github.com/idekerlab/cellmaps_pipeline
cd cellmaps_pipeline
make dist
pip install dist/cellmaps_pipeline*whl
Run **make** command with no arguments to see other build/deploy options including creation of Docker image
.. code-block::
make
Output:
.. code-block::
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
**Expected install time**: ~30-40s
Before running tests, please install ``pip install -r requirements_dev``.
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
.. code-block::
# From base directory of this repo cellmaps_pipeline
pip uninstall cellmaps_pipeline -y ; make clean dist; pip install dist/cellmaps_pipeline*whl
Needed files
------------
* samples file: CSV file with list of IF images to download (see sample samples file in examples folder)
* unique file: CSV file of unique samples (see sample unique file in examples folder)
* bait list file: TSV file of baits used for AP-MS experiments
* edge list file: TSV file of edges for protein interaction network
* provenance: file containing provenance information about input files in JSON format (see sample provenance file in examples folder)
Usage
-----
For information invoke :code:`cellmaps_pipelinecmd.py -h`
Instruction for running :code:`cellmaps_pipeline` on your data can be found `here <https://cellmaps-pipeline.readthedocs.io/en/latest/usage.html>`__.
**Example usage (Demo)**
.. code-block::
cellmaps_pipelinecmd.py ./cellmaps_pipeline_outdir --samples examples/samples.csv --unique examples/unique.csv --edgelist examples/edgelist.tsv --baitlist examples/baitlist.tsv --provenance examples/provenance.json
**Expected run time for demo**: ~55min (macOS: Ventura 13.5, M2 Processor)
Via Docker
~~~~~~~~~~~~~~~~~~~~~~
**Example usage**
.. code-block::
Coming soon...
Credits
-------
This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
.. _NDEx: http://www.ndexbio.org
=======
History
=======
0.1.0 (2023-05-22)
------------------
* First release on PyPI.
Raw data
{
"_id": null,
"home_page": "https://github.com/idekerlab/cellmaps_pipeline",
"name": "cellmaps-pipeline",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "cellmaps_pipeline",
"author": "Cell Maps team",
"author_email": "tools@cm4ai.org",
"download_url": "https://files.pythonhosted.org/packages/f2/a5/6ef3cc467cee15b34ded62b091b1966aa3e6addd97bce111e55ca1c72b76/cellmaps_pipeline-0.1.0a22.tar.gz",
"platform": null,
"description": "===================\nCell Maps Pipeline\n===================\n\n\n.. image:: https://img.shields.io/pypi/v/cellmaps_pipeline.svg\n :target: https://pypi.python.org/pypi/cellmaps_pipeline\n\n.. image:: https://app.travis-ci.com/idekerlab/cellmaps_pipeline.svg?branch=main\n :target: https://app.travis-ci.com/idekerlab/cellmaps_pipeline\n\n.. image:: https://readthedocs.org/projects/cellmaps-pipeline/badge/?version=latest\n :target: https://cellmaps-pipeline.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n* Free software: MIT license\n* Documentation: https://cellmaps-pipeline.readthedocs.io.\n* Source code: https://github.com/idekerlab/cellmaps_pipeline\n\nDependencies\n------------\n\n* `cellmaps_utils <https://pypi.org/project/cellmaps-utils>`__ (v. 0.3.0a1)\n* `cellmaps_imagedownloader <https://pypi.org/project/cellmaps-imagedownloader>`__ (v. 0.1.0)\n* `cellmaps_ppidownloader <https://pypi.org/project/cellmaps-ppidownloader>`__ (v. 0.1.0)\n* `cellmaps_image_embedding <https://pypi.org/project/cellmaps-image-embedding>`__ (v. 0.1.0)\n* `cellmaps_ppi_embedding <https://pypi.org/project/cellmaps-ppi-embedding/>`__ (v. 0.2.0)\n* `cellmaps_coembedding <https://pypi.org/project/cellmaps-coembedding>`__ (v. 0.1.0)\n* `cellmaps_generate_hierarchy <https://pypi.org/project/cellmaps-generate-hierarchy>`__ (v. 0.1.0a20)\n* `cellmaps_hierarchyeval <https://pypi.org/project/cellmaps-hierarchyeval>`__ (v. 0.1.0a8)\n* `networkx <https://pypi.org/project/networkx>`__ (v. >=2.8,<2.9)\n* `scipy <https://pypi.org/project/scipy>`__ (v. <1.13.0)\n* `tqdm <https://pypi.org/project/tqdm>`__ (v. 4.66.2)\n\nCompatibility\n-------------\n\n* Python 3.8+\n\n\nOS Requirements\n----------------\nThis package is supported for macOS and Linux. The package has been tested on the following systems:\n\n* macOS: Ventura (13.5)\n\n* Linux: Rocky Linux 8\n\n\nInstallation\n------------\n\n**Install from PyPi**\n\n.. code-block::\n\n pip install cellmaps_pipeline\n\n**Install from Github**\n\n.. code-block::\n\n git clone https://github.com/idekerlab/cellmaps_pipeline\n cd cellmaps_pipeline\n make dist\n pip install dist/cellmaps_pipeline*whl\n\n\nRun **make** command with no arguments to see other build/deploy options including creation of Docker image\n\n.. code-block::\n\n make\n\nOutput:\n\n.. code-block::\n\n clean remove all build, test, coverage and Python artifacts\n clean-build remove build artifacts\n clean-pyc remove Python file artifacts\n clean-test remove test and coverage artifacts\n lint check style with flake8\n test run tests quickly with the default Python\n test-all run tests on every Python version with tox\n coverage check code coverage quickly with the default Python\n docs generate Sphinx HTML documentation, including API docs\n servedocs compile the docs watching for changes\n testrelease package and upload a TEST release\n release package and upload a release\n dist builds source and wheel package\n install install the package to the active Python's site-packages\n dockerbuild build docker image and store in local repository\n dockerpush push image to dockerhub\n\n**Expected install time**: ~30-40s\n\nBefore running tests, please install ``pip install -r requirements_dev``.\n\nFor developers\n-------------------------------------------\n\nTo deploy development versions of this package\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nBelow are steps to make changes to this code base, deploy, and then run\nagainst those changes.\n\n#. Make changes\n\n Modify code in this repo as desired\n\n#. Build and deploy\n\n.. code-block::\n\n # From base directory of this repo cellmaps_pipeline\n pip uninstall cellmaps_pipeline -y ; make clean dist; pip install dist/cellmaps_pipeline*whl\n\n\n\nNeeded files\n------------\n\n* samples file: CSV file with list of IF images to download (see sample samples file in examples folder)\n* unique file: CSV file of unique samples (see sample unique file in examples folder)\n* bait list file: TSV file of baits used for AP-MS experiments\n* edge list file: TSV file of edges for protein interaction network\n* provenance: file containing provenance information about input files in JSON format (see sample provenance file in examples folder)\n\nUsage\n-----\n\nFor information invoke :code:`cellmaps_pipelinecmd.py -h`\n\nInstruction for running :code:`cellmaps_pipeline` on your data can be found `here <https://cellmaps-pipeline.readthedocs.io/en/latest/usage.html>`__.\n\n**Example usage (Demo)**\n\n.. code-block::\n\n cellmaps_pipelinecmd.py ./cellmaps_pipeline_outdir --samples examples/samples.csv --unique examples/unique.csv --edgelist examples/edgelist.tsv --baitlist examples/baitlist.tsv --provenance examples/provenance.json\n\n**Expected run time for demo**: ~55min (macOS: Ventura 13.5, M2 Processor)\n\nVia Docker\n~~~~~~~~~~~~~~~~~~~~~~\n\n**Example usage**\n\n\n.. code-block::\n\n Coming soon...\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n.. _NDEx: http://www.ndexbio.org\n\n\n=======\nHistory\n=======\n\n0.1.0 (2023-05-22)\n------------------\n\n* First release on PyPI.\n",
"bugtrack_url": null,
"license": "MIT license",
"summary": "Runs full Cell Maps pipeline",
"version": "0.1.0a22",
"project_urls": {
"Homepage": "https://github.com/idekerlab/cellmaps_pipeline"
},
"split_keywords": [
"cellmaps_pipeline"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "50fdc68adfc0be66801938eb551388fdb8868b70298333de04c31ab65187b955",
"md5": "ba01efde84f19ea2c2dffd247f06f9d0",
"sha256": "3446524a8b94dcb4c8900b083377b1fbc99072762f3066962b1a2d7669062d43"
},
"downloads": -1,
"filename": "cellmaps_pipeline-0.1.0a22-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "ba01efde84f19ea2c2dffd247f06f9d0",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 19698,
"upload_time": "2024-09-16T17:25:13",
"upload_time_iso_8601": "2024-09-16T17:25:13.915978Z",
"url": "https://files.pythonhosted.org/packages/50/fd/c68adfc0be66801938eb551388fdb8868b70298333de04c31ab65187b955/cellmaps_pipeline-0.1.0a22-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f2a56ef3cc467cee15b34ded62b091b1966aa3e6addd97bce111e55ca1c72b76",
"md5": "067864496f5e4b313fdf0acf0afa41a3",
"sha256": "21527118b192f4295cfdb4a7d0e337968f190d6099285afa4293806bf5dfaefe"
},
"downloads": -1,
"filename": "cellmaps_pipeline-0.1.0a22.tar.gz",
"has_sig": false,
"md5_digest": "067864496f5e4b313fdf0acf0afa41a3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2225093,
"upload_time": "2024-09-16T17:25:15",
"upload_time_iso_8601": "2024-09-16T17:25:15.458214Z",
"url": "https://files.pythonhosted.org/packages/f2/a5/6ef3cc467cee15b34ded62b091b1966aa3e6addd97bce111e55ca1c72b76/cellmaps_pipeline-0.1.0a22.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-16 17:25:15",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "idekerlab",
"github_project": "cellmaps_pipeline",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"requirements": [],
"tox": true,
"lcname": "cellmaps-pipeline"
}