chipstream


Namechipstream JSON
Version 0.6.3 PyPI version JSON
download
home_pageNone
SummaryGUI and CLI for DC data postprocessing
upload_time2024-10-23 09:46:17
maintainerNone
docs_urlNone
authorPaul Müller
requires_python<4,>=3.10
licenseGPL version 3.0 or later
keywords rt-dc deformability cytometry
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            |ChipStream|
============

|PyPI Version| |Build Status| |Coverage Status| |Docs Status|


**ChipStream** is a graphical user interface for postprocessing
deformability cytometry (DC) data. This includes background computation,
event segmentation, and feature extraction.


Documentation
-------------

The documentation, is available at
`chipstream.readthedocs.io <https://chipstream.readthedocs.io>`__.


Installation
------------
Installers for Windows and macOS are available at the `release page
<https://github.com/DC-analysis/ChipStream/releases>`__.

If you have Python installed, you can install ChipStream from PyPI

::

    # graphical user interface
    pip install chipstream[gui]
    # command-line interface
    pip install chipstream[cli]
    # both
    pip install chipstream[cli,gui]


Since version 0.6.0, you can also make use of torch-based segmentation
models.

::

    pip install chipstream[cli,gui,torch]

If you have a CUDA-compatible GPU and your Python installation cannot access the
GPU (`torch.cuda.is_available()` is `False`), please use the installation
instructions from pytorch (https://pytorch.org/get-started/locally/). For
instance, if you have CUDA 12.1, you can install torch with this pytorch.org
index URL:

::

    pip install torch torchvision --index-url https://download.pytorch.org/whl/cu121


Execution
---------
If you have installed ChipStream from PyPI, you can start it with

::

    # graphical user interface
    chipstream-gui
    # command-line interface
    chipstream-cli


Citing ChipStream
-----------------
Please cite ChipStream either in-line

::

  (...) using the postprocessing software ChipStream version X.X.X
  (available at https://github.com/DC-analysis/ChipStream).

or in a bibliography

::

  Paul Müller and others (2023), ChipStream version X.X.X: Postprocessing
  software for deformability cytometry [Software]. Available at
  https://github.com/DC-analysis/ChipStream.

and replace ``X.X.X`` with the version of ChipStream that you used.


Testing
-------

::

    pip install -e .
    pip install -r tests/requirements.txt
    pytest tests


.. |ChipStream| image:: https://raw.github.com/DC-analysis/ChipStream/master/docs/artwork/chipstream_splash.png
.. |PyPI Version| image:: https://img.shields.io/pypi/v/ChipStream.svg
   :target: https://pypi.python.org/pypi/ChipStream
.. |Build Status| image:: https://img.shields.io/github/actions/workflow/status/DC-analysis/ChipStream/check.yml?branch=master
   :target: https://github.com/DC-analysis/ChipStream/actions?query=workflow%3AChecks
.. |Coverage Status| image:: https://img.shields.io/codecov/c/github/DC-analysis/ChipStream/master.svg
   :target: https://codecov.io/gh/DC-analysis/ChipStream
.. |Docs Status| image:: https://img.shields.io/readthedocs/chipstream
   :target: https://readthedocs.org/projects/chipstream/builds/

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "chipstream",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.10",
    "maintainer_email": "Paul M\u00fcller <dev@craban.de>",
    "keywords": "RT-DC, deformability, cytometry",
    "author": "Paul M\u00fcller",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/df/c7/73fcc065f484c032d6958b3970ebbcbb544b34a40ff929da88c8a06ef00e/chipstream-0.6.3.tar.gz",
    "platform": null,
    "description": "|ChipStream|\n============\n\n|PyPI Version| |Build Status| |Coverage Status| |Docs Status|\n\n\n**ChipStream** is a graphical user interface for postprocessing\ndeformability cytometry (DC) data. This includes background computation,\nevent segmentation, and feature extraction.\n\n\nDocumentation\n-------------\n\nThe documentation, is available at\n`chipstream.readthedocs.io <https://chipstream.readthedocs.io>`__.\n\n\nInstallation\n------------\nInstallers for Windows and macOS are available at the `release page\n<https://github.com/DC-analysis/ChipStream/releases>`__.\n\nIf you have Python installed, you can install ChipStream from PyPI\n\n::\n\n    # graphical user interface\n    pip install chipstream[gui]\n    # command-line interface\n    pip install chipstream[cli]\n    # both\n    pip install chipstream[cli,gui]\n\n\nSince version 0.6.0, you can also make use of torch-based segmentation\nmodels.\n\n::\n\n    pip install chipstream[cli,gui,torch]\n\nIf you have a CUDA-compatible GPU and your Python installation cannot access the\nGPU (`torch.cuda.is_available()` is `False`), please use the installation\ninstructions from pytorch (https://pytorch.org/get-started/locally/). For\ninstance, if you have CUDA 12.1, you can install torch with this pytorch.org\nindex URL:\n\n::\n\n    pip install torch torchvision --index-url https://download.pytorch.org/whl/cu121\n\n\nExecution\n---------\nIf you have installed ChipStream from PyPI, you can start it with\n\n::\n\n    # graphical user interface\n    chipstream-gui\n    # command-line interface\n    chipstream-cli\n\n\nCiting ChipStream\n-----------------\nPlease cite ChipStream either in-line\n\n::\n\n  (...) using the postprocessing software ChipStream version X.X.X\n  (available at https://github.com/DC-analysis/ChipStream).\n\nor in a bibliography\n\n::\n\n  Paul M\u00fcller and others (2023), ChipStream version X.X.X: Postprocessing\n  software for deformability cytometry [Software]. Available at\n  https://github.com/DC-analysis/ChipStream.\n\nand replace ``X.X.X`` with the version of ChipStream that you used.\n\n\nTesting\n-------\n\n::\n\n    pip install -e .\n    pip install -r tests/requirements.txt\n    pytest tests\n\n\n.. |ChipStream| image:: https://raw.github.com/DC-analysis/ChipStream/master/docs/artwork/chipstream_splash.png\n.. |PyPI Version| image:: https://img.shields.io/pypi/v/ChipStream.svg\n   :target: https://pypi.python.org/pypi/ChipStream\n.. |Build Status| image:: https://img.shields.io/github/actions/workflow/status/DC-analysis/ChipStream/check.yml?branch=master\n   :target: https://github.com/DC-analysis/ChipStream/actions?query=workflow%3AChecks\n.. |Coverage Status| image:: https://img.shields.io/codecov/c/github/DC-analysis/ChipStream/master.svg\n   :target: https://codecov.io/gh/DC-analysis/ChipStream\n.. |Docs Status| image:: https://img.shields.io/readthedocs/chipstream\n   :target: https://readthedocs.org/projects/chipstream/builds/\n",
    "bugtrack_url": null,
    "license": "GPL version 3.0 or later",
    "summary": "GUI and CLI for DC data postprocessing",
    "version": "0.6.3",
    "project_urls": {
        "changelog": "https://chipstream.readthedocs.io/en/stable/sec_changelog.html",
        "documentation": "https://chipstream.readthedocs.io/en/stable/",
        "source": "https://github.com/DC-Analysis/ChipStream",
        "tracker": "https://github.com/DC-Analysis/ChipStream/issues"
    },
    "split_keywords": [
        "rt-dc",
        " deformability",
        " cytometry"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78d50f165ee51d52a155797c87f31327e3ec12ad3b12ed1506ad965858cf295f",
                "md5": "90b308cbd0d433f7709eb40664988b73",
                "sha256": "68aaf2c40e3cf5f57468f22229c05ec6317e1ce63650bf33b6ddf8ec9c0e4a86"
            },
            "downloads": -1,
            "filename": "chipstream-0.6.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "90b308cbd0d433f7709eb40664988b73",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.10",
            "size": 54931,
            "upload_time": "2024-10-23T09:46:15",
            "upload_time_iso_8601": "2024-10-23T09:46:15.937005Z",
            "url": "https://files.pythonhosted.org/packages/78/d5/0f165ee51d52a155797c87f31327e3ec12ad3b12ed1506ad965858cf295f/chipstream-0.6.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dfc773fcc065f484c032d6958b3970ebbcbb544b34a40ff929da88c8a06ef00e",
                "md5": "702c606d48a695e3b8fe4ffd8a9faa9c",
                "sha256": "2857cd887cfa106e4bcd2cdd899c48ddc0d7afc67027020badcb0a4ed01c2685"
            },
            "downloads": -1,
            "filename": "chipstream-0.6.3.tar.gz",
            "has_sig": false,
            "md5_digest": "702c606d48a695e3b8fe4ffd8a9faa9c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.10",
            "size": 428663,
            "upload_time": "2024-10-23T09:46:17",
            "upload_time_iso_8601": "2024-10-23T09:46:17.148605Z",
            "url": "https://files.pythonhosted.org/packages/df/c7/73fcc065f484c032d6958b3970ebbcbb544b34a40ff929da88c8a06ef00e/chipstream-0.6.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-23 09:46:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DC-Analysis",
    "github_project": "ChipStream",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "chipstream"
}
        
Elapsed time: 0.38937s