resolwe-bio


Nameresolwe-bio JSON
Version 55.4.0 PyPI version JSON
download
home_pagehttps://github.com/genialis/resolwe-bio
SummaryBioinformatics pipelines for the Resolwe platform
upload_time2024-04-15 10:09:53
maintainerNone
docs_urlNone
authorGenialis, Inc.
requires_python<3.13,>=3.10
licenseApache License (2.0)
keywords bioinformatics resolwe bio pipelines dataflow django
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ======================
Resolwe Bioinformatics
======================

|build| |coverage| |docs| |pypi_version| |pypi_pyversions|

.. |build| image:: https://public.ci.genialis.io/buildStatus/icon/resolwe-bio/master
    :target: https://ci.genialis.io/blue/organizations/jenkins/resolwe-bio/activity
    :alt: Build Status

.. |coverage| image:: https://img.shields.io/codecov/c/github/genialis/resolwe-bio/master.svg
    :target: http://codecov.io/github/genialis/resolwe-bio?branch=master
    :alt: Coverage Status

.. |docs| image:: https://readthedocs.org/projects/resolwe-bio/badge/?version=latest
    :target: http://resolwe-bio.readthedocs.io/
    :alt: Documentation Status

.. |pypi_version| image:: https://img.shields.io/pypi/v/resolwe-bio.svg
    :target: https://pypi.python.org/pypi/resolwe-bio
    :alt: Version on PyPI

.. |pypi_pyversions| image:: https://img.shields.io/pypi/pyversions/resolwe-bio.svg
    :target: https://pypi.python.org/pypi/resolwe-bio
    :alt: Supported Python versions

.. |pypi_downloads| image:: https://img.shields.io/pypi/dm/resolwe-bio.svg
    :target: https://pypi.python.org/pypi/resolwe-bio
    :alt: Number of downloads from PyPI

Bioinformatics pipelines for the Resolwe_ dataflow package for `Django
framework`_.

.. _Resolwe: https://github.com/genialis/resolwe
.. _Django framework: https://www.djangoproject.com/


Docs & Help
===========

Read about getting started and how to write `processes` in the documentation_.

To chat with developers or ask for help, join us on Slack_.

.. _documentation: http://resolwe-bio.readthedocs.io/
.. _Slack: http://resolwe.slack.com/


Install
=======

Prerequisites
-------------

Make sure you have Python_ 3.6 installed on your system. If you don't have it
yet, follow `these instructions
<https://docs.python.org/3/using/index.html>`__.

Resolwe requires PostgreSQL_ (9.4+). Many Linux distributions already include
the required version of PostgreSQL (e.g. Fedora 22+, Debian 8+, Ubuntu 15.04+)
and you can simply install it via distribution's package manager.
Otherwise, follow `these instructions
<https://wiki.postgresql.org/wiki/Detailed_installation_guides>`__.

Additionally, installing some (indirect) dependencies from PyPI_ will require
having a C compiler (e.g. GCC_) as well as Python development files installed
on the system.

Note
^^^^

The preferred way to install the C compiler and Python development files is to
use your distribution's packages, if they exist. For example, on a
Fedora/RHEL-based system, that would mean installing ``gcc`` and
``python3-devel`` packages.

.. _Python: https://www.python.org/
.. _PostgreSQL: http://www.postgresql.org/
.. _PyPi: https://pypi.python.org/
.. _GCC: https://gcc.gnu.org/

Using PyPI_
-----------

.. code::

    pip install resolwe-bio

To install a pre-release, use:

.. code::

    pip install --pre resolwe-bio

Using source on GitHub_
-----------------------

.. code::

   pip install --pre https://github.com/genialis/resolwe-bio/archive/<git-tree-ish>.tar.gz

where ``<git-tree-ish>`` can represent any commit SHA, branch name, tag name,
etc. in `Resolwe Bioinformatics' GitHub repository`_. For example, to install
the latest Resolwe Bioinformatics from the ``master`` branch, use:

.. code::

   pip install --pre https://github.com/genialis/resolwe-bio/archive/master.tar.gz

.. _`Resolwe Bioinformatics' GitHub repository`: https://github.com/genialis/resolwe-bio/
.. _GitHub: `Resolwe Bioinformatics' GitHub repository`_


Contribute
==========

We welcome new contributors. To learn more, read Contributing_ section of the
documentation.

.. _Contributing: http://resolwe-bio.readthedocs.io/en/latest/contributing.html

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/genialis/resolwe-bio",
    "name": "resolwe-bio",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.10",
    "maintainer_email": null,
    "keywords": "bioinformatics resolwe bio pipelines dataflow django",
    "author": "Genialis, Inc.",
    "author_email": "dev-team@genialis.com",
    "download_url": "https://files.pythonhosted.org/packages/45/08/2f2a50cddb1485494b16f14bc64e5bbb64cfda68cb0cafb1f28371c4bdde/resolwe-bio-55.4.0.tar.gz",
    "platform": null,
    "description": "======================\nResolwe Bioinformatics\n======================\n\n|build| |coverage| |docs| |pypi_version| |pypi_pyversions|\n\n.. |build| image:: https://public.ci.genialis.io/buildStatus/icon/resolwe-bio/master\n    :target: https://ci.genialis.io/blue/organizations/jenkins/resolwe-bio/activity\n    :alt: Build Status\n\n.. |coverage| image:: https://img.shields.io/codecov/c/github/genialis/resolwe-bio/master.svg\n    :target: http://codecov.io/github/genialis/resolwe-bio?branch=master\n    :alt: Coverage Status\n\n.. |docs| image:: https://readthedocs.org/projects/resolwe-bio/badge/?version=latest\n    :target: http://resolwe-bio.readthedocs.io/\n    :alt: Documentation Status\n\n.. |pypi_version| image:: https://img.shields.io/pypi/v/resolwe-bio.svg\n    :target: https://pypi.python.org/pypi/resolwe-bio\n    :alt: Version on PyPI\n\n.. |pypi_pyversions| image:: https://img.shields.io/pypi/pyversions/resolwe-bio.svg\n    :target: https://pypi.python.org/pypi/resolwe-bio\n    :alt: Supported Python versions\n\n.. |pypi_downloads| image:: https://img.shields.io/pypi/dm/resolwe-bio.svg\n    :target: https://pypi.python.org/pypi/resolwe-bio\n    :alt: Number of downloads from PyPI\n\nBioinformatics pipelines for the Resolwe_ dataflow package for `Django\nframework`_.\n\n.. _Resolwe: https://github.com/genialis/resolwe\n.. _Django framework: https://www.djangoproject.com/\n\n\nDocs & Help\n===========\n\nRead about getting started and how to write `processes` in the documentation_.\n\nTo chat with developers or ask for help, join us on Slack_.\n\n.. _documentation: http://resolwe-bio.readthedocs.io/\n.. _Slack: http://resolwe.slack.com/\n\n\nInstall\n=======\n\nPrerequisites\n-------------\n\nMake sure you have Python_ 3.6 installed on your system. If you don't have it\nyet, follow `these instructions\n<https://docs.python.org/3/using/index.html>`__.\n\nResolwe requires PostgreSQL_ (9.4+). Many Linux distributions already include\nthe required version of PostgreSQL (e.g. Fedora 22+, Debian 8+, Ubuntu 15.04+)\nand you can simply install it via distribution's package manager.\nOtherwise, follow `these instructions\n<https://wiki.postgresql.org/wiki/Detailed_installation_guides>`__.\n\nAdditionally, installing some (indirect) dependencies from PyPI_ will require\nhaving a C compiler (e.g. GCC_) as well as Python development files installed\non the system.\n\nNote\n^^^^\n\nThe preferred way to install the C compiler and Python development files is to\nuse your distribution's packages, if they exist. For example, on a\nFedora/RHEL-based system, that would mean installing ``gcc`` and\n``python3-devel`` packages.\n\n.. _Python: https://www.python.org/\n.. _PostgreSQL: http://www.postgresql.org/\n.. _PyPi: https://pypi.python.org/\n.. _GCC: https://gcc.gnu.org/\n\nUsing PyPI_\n-----------\n\n.. code::\n\n    pip install resolwe-bio\n\nTo install a pre-release, use:\n\n.. code::\n\n    pip install --pre resolwe-bio\n\nUsing source on GitHub_\n-----------------------\n\n.. code::\n\n   pip install --pre https://github.com/genialis/resolwe-bio/archive/<git-tree-ish>.tar.gz\n\nwhere ``<git-tree-ish>`` can represent any commit SHA, branch name, tag name,\netc. in `Resolwe Bioinformatics' GitHub repository`_. For example, to install\nthe latest Resolwe Bioinformatics from the ``master`` branch, use:\n\n.. code::\n\n   pip install --pre https://github.com/genialis/resolwe-bio/archive/master.tar.gz\n\n.. _`Resolwe Bioinformatics' GitHub repository`: https://github.com/genialis/resolwe-bio/\n.. _GitHub: `Resolwe Bioinformatics' GitHub repository`_\n\n\nContribute\n==========\n\nWe welcome new contributors. To learn more, read Contributing_ section of the\ndocumentation.\n\n.. _Contributing: http://resolwe-bio.readthedocs.io/en/latest/contributing.html\n",
    "bugtrack_url": null,
    "license": "Apache License (2.0)",
    "summary": "Bioinformatics pipelines for the Resolwe platform",
    "version": "55.4.0",
    "project_urls": {
        "Homepage": "https://github.com/genialis/resolwe-bio"
    },
    "split_keywords": [
        "bioinformatics",
        "resolwe",
        "bio",
        "pipelines",
        "dataflow",
        "django"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0228207ae4b71240411f7d389b9e97af257a7ad571a1cdd6c0e4b83364fdd27d",
                "md5": "4f387bc279c22e3134ca3dcab10fc3a6",
                "sha256": "585c48642ee1bc3c9e0a4ff4c3e78b87545cc8124b3d8bc0e956f50b08addd9d"
            },
            "downloads": -1,
            "filename": "resolwe_bio-55.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4f387bc279c22e3134ca3dcab10fc3a6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.10",
            "size": 562035,
            "upload_time": "2024-04-15T10:09:30",
            "upload_time_iso_8601": "2024-04-15T10:09:30.110773Z",
            "url": "https://files.pythonhosted.org/packages/02/28/207ae4b71240411f7d389b9e97af257a7ad571a1cdd6c0e4b83364fdd27d/resolwe_bio-55.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45082f2a50cddb1485494b16f14bc64e5bbb64cfda68cb0cafb1f28371c4bdde",
                "md5": "03ee079630ff8f2da13e5ea1abe0e671",
                "sha256": "3dcf5b2ba7bb5d9827c780748f4e9e2497532ba4c38eb1b3fd5c9cf1c1e817db"
            },
            "downloads": -1,
            "filename": "resolwe-bio-55.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "03ee079630ff8f2da13e5ea1abe0e671",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.10",
            "size": 19770642,
            "upload_time": "2024-04-15T10:09:53",
            "upload_time_iso_8601": "2024-04-15T10:09:53.593490Z",
            "url": "https://files.pythonhosted.org/packages/45/08/2f2a50cddb1485494b16f14bc64e5bbb64cfda68cb0cafb1f28371c4bdde/resolwe-bio-55.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-15 10:09:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "genialis",
    "github_project": "resolwe-bio",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "resolwe-bio"
}
        
Elapsed time: 0.29342s