altocumulus


Namealtocumulus JSON
Version 2.3.0 PyPI version JSON
download
home_page
SummaryCommand line utilities for workflows on Terra or Cromwell
upload_time2023-06-22 05:36:28
maintainer
docs_urlNone
authorBo Li, Joshua Gould, Yiming Yang
requires_python>=3.8
licenseBSD 3-Clause License Copyright (c) 2019, klarman-cell-observatory All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords terra cromwell
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==============
Altocumulus
==============

|PyPI| |Python| |License| |Docs|

.. |PyPI| image:: https://img.shields.io/pypi/v/altocumulus.svg
   :target: https://pypi.org/project/altocumulus
.. |Python| image:: https://img.shields.io/pypi/pyversions/altocumulus
   :target: https://pypi.org/project/altocumulus
.. |License| image:: https://img.shields.io/github/license/lilab-bcb/altocumulus
   :target: https://github.com/lilab-bcb/altocumulus/blob/master/LICENSE
.. |Docs| image:: https://readthedocs.org/projects/altocumulus/badge/?version=latest
   :target: https://altocumulus.readthedocs.io

Command line utilities for running workflows on `Terra <https://app.terra.bio>`_ or `Cromwell <https://cromwell.readthedocs.io>`_ including:

- Run a Terra method, and bulk add/delete methods on Terra.
- Submit WDL workflow jobs to a sever running Cromwell, as well as check jobs' status, abort jobs, and get logs.
- Replace local file paths with remote Cloud (Google Cloud or Amazon AWS) bucket URIs, and automatically upload referenced files to Cloud buckets.
- Parse monitoring log files to determine optimal instance type and disk space.

Important tools used by Altocumulus:

- `FireCloud Swagger <https://api.firecloud.org/>`_
- `Dockstore Swagger <https://dockstore.org/api/static/swagger-ui/index.html>`_
- `FireCloud Service Selector <https://github.com/broadinstitute/fiss>`_ (FISS). In particular, `fiss/firecloud/api.py <https://github.com/broadinstitute/fiss/blob/master/firecloud/api.py>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "altocumulus",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "Terra,Cromwell",
    "author": "Bo Li, Joshua Gould, Yiming Yang",
    "author_email": "cumulus-support@googlegroups.com",
    "download_url": "https://files.pythonhosted.org/packages/54/73/2a0d9600525406d13f9310b25ea2b92b3551dfa7a2c5db90d54ee2bba58c/altocumulus-2.3.0.tar.gz",
    "platform": null,
    "description": "==============\nAltocumulus\n==============\n\n|PyPI| |Python| |License| |Docs|\n\n.. |PyPI| image:: https://img.shields.io/pypi/v/altocumulus.svg\n   :target: https://pypi.org/project/altocumulus\n.. |Python| image:: https://img.shields.io/pypi/pyversions/altocumulus\n   :target: https://pypi.org/project/altocumulus\n.. |License| image:: https://img.shields.io/github/license/lilab-bcb/altocumulus\n   :target: https://github.com/lilab-bcb/altocumulus/blob/master/LICENSE\n.. |Docs| image:: https://readthedocs.org/projects/altocumulus/badge/?version=latest\n   :target: https://altocumulus.readthedocs.io\n\nCommand line utilities for running workflows on `Terra <https://app.terra.bio>`_ or `Cromwell <https://cromwell.readthedocs.io>`_ including:\n\n- Run a Terra method, and bulk add/delete methods on Terra.\n- Submit WDL workflow jobs to a sever running Cromwell, as well as check jobs' status, abort jobs, and get logs.\n- Replace local file paths with remote Cloud (Google Cloud or Amazon AWS) bucket URIs, and automatically upload referenced files to Cloud buckets.\n- Parse monitoring log files to determine optimal instance type and disk space.\n\nImportant tools used by Altocumulus:\n\n- `FireCloud Swagger <https://api.firecloud.org/>`_\n- `Dockstore Swagger <https://dockstore.org/api/static/swagger-ui/index.html>`_\n- `FireCloud Service Selector <https://github.com/broadinstitute/fiss>`_ (FISS). In particular, `fiss/firecloud/api.py <https://github.com/broadinstitute/fiss/blob/master/firecloud/api.py>`_.\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License  Copyright (c) 2019, klarman-cell-observatory All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "Command line utilities for workflows on Terra or Cromwell",
    "version": "2.3.0",
    "project_urls": {
        "Documentation": "https://altocumulus.readthedocs.io",
        "Repository": "https://github.com/lilab-bcb/altocumulus"
    },
    "split_keywords": [
        "terra",
        "cromwell"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee796bcc4f84a68b90a6c217aa45d62648e994e5f0d5198ba06c47074434fecd",
                "md5": "f20a3400e1a4bb2a133ff76b2bbee74c",
                "sha256": "7359ddff35be948344e496ebd199bb6f73ff9c7c9f968df0cc88174ab872ee39"
            },
            "downloads": -1,
            "filename": "altocumulus-2.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f20a3400e1a4bb2a133ff76b2bbee74c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 104592,
            "upload_time": "2023-06-22T05:36:26",
            "upload_time_iso_8601": "2023-06-22T05:36:26.604832Z",
            "url": "https://files.pythonhosted.org/packages/ee/79/6bcc4f84a68b90a6c217aa45d62648e994e5f0d5198ba06c47074434fecd/altocumulus-2.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "54732a0d9600525406d13f9310b25ea2b92b3551dfa7a2c5db90d54ee2bba58c",
                "md5": "8a8faffa551e5d3df40e97049837b272",
                "sha256": "09512897d5241cf4f884f0d4e4febf8719a898cc585f940a4dc32b78123c6726"
            },
            "downloads": -1,
            "filename": "altocumulus-2.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8a8faffa551e5d3df40e97049837b272",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 75784,
            "upload_time": "2023-06-22T05:36:28",
            "upload_time_iso_8601": "2023-06-22T05:36:28.263875Z",
            "url": "https://files.pythonhosted.org/packages/54/73/2a0d9600525406d13f9310b25ea2b92b3551dfa7a2c5db90d54ee2bba58c/altocumulus-2.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-22 05:36:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lilab-bcb",
    "github_project": "altocumulus",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "altocumulus"
}
        
Elapsed time: 0.07916s