:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'firecloud' .. highlight: bash firecloud ========= .. conda:recipe:: firecloud :replaces_section_title: :noindex: API and CLI for Broad Institute\'s Firecloud workspace\/workflow management service :homepage: https://github.com/broadinstitute/fiss :documentation: https://software.broadinstitute.org/firecloud/ :license: BSD / BSD-3-Clause :recipe: /`firecloud `_/`meta.yaml `_ .. conda:package:: firecloud |downloads_firecloud| |docker_firecloud| :versions: .. raw:: html
0.16.35-00.16.31-00.16.30-00.16.28-00.16.27-10.16.27-00.16.26-10.16.26-00.16.25-0 ``0.16.35-0``,  ``0.16.31-0``,  ``0.16.30-0``,  ``0.16.28-0``,  ``0.16.27-1``,  ``0.16.27-0``,  ``0.16.26-1``,  ``0.16.26-0``,  ``0.16.25-0``,  ``0.16.20-0`` .. raw:: html
:depends google-auth: ``>=1.6.3`` :depends google-cloud-storage: :depends pydot: :depends python: :depends requests: :depends six: :requirements: .. rubric:: Installation You need a conda-compatible package manager (currently either `micromamba `_, `mamba `_, or `conda `_) and the Bioconda channel already activated (see :ref:`set-up-channels`). While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see `here `_ for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others. Given that you already have a conda environment in which you want to have this package, install with:: mamba install firecloud and update with:: mamba update firecloud To create a new environment, run:: mamba create --name myenvname firecloud with ``myenvname`` being a reasonable name for the environment (see e.g. the `mamba docs `_ for details and further options). Alternatively, use the docker container:: docker pull quay.io/biocontainers/firecloud: (see `firecloud/tags`_ for valid values for ````) .. |downloads_firecloud| image:: https://img.shields.io/conda/dn/bioconda/firecloud.svg?style=flat :target: https://anaconda.org/bioconda/firecloud :alt: (downloads) .. |docker_firecloud| image:: https://quay.io/repository/biocontainers/firecloud/status :target: https://quay.io/repository/biocontainers/firecloud .. _`firecloud/tags`: https://quay.io/repository/biocontainers/firecloud?tab=tags .. raw:: html Download stats ----------------- .. raw:: html :file: ../../templates/package_dashboard.html Link to this page ----------------- Render an |install-with-bioconda| badge with the following MarkDown:: [![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/firecloud/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/firecloud/README.html