:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'toil' .. highlight: bash toil ==== .. conda:recipe:: toil :replaces_section_title: :noindex: A scalable\, efficient\, cross\-platform and easy\-to\-use workflow engine in pure Python :homepage: https://toil.ucsc-cgl.org/ :documentation: https://toil.readthedocs.io/en/latest/ :developer docs: https://github.com/DataBiosphere/toil :license: APACHE / Apache-2.0 :recipe: /`toil `_/`meta.yaml `_ .. conda:package:: toil |downloads_toil| |docker_toil| :versions: .. raw:: html
6.1.0-06.0.0-05.12.0-05.11.0-05.9.2-05.7.1-05.6.0-05.5.0-15.5.0-0 ``6.1.0-0``,  ``6.0.0-0``,  ``5.12.0-0``,  ``5.11.0-0``,  ``5.9.2-0``,  ``5.7.1-0``,  ``5.6.0-0``,  ``5.5.0-1``,  ``5.5.0-0``,  ``5.4.0-0``,  ``5.3.0-0``,  ``5.2.0-0``,  ``5.1.0-0``,  ``5.0.0-0``,  ``4.2.0-0``,  ``4.1.0-0``,  ``4.0.0-0``,  ``3.24.0-0``,  ``3.23.1-0``,  ``3.21.0-0``,  ``3.20.0-0``,  ``3.14.0-2``,  ``3.14.0-1``,  ``3.14.0-0``,  ``3.13.0a1-0``,  ``3.11.0-1``,  ``3.11.0-0``,  ``3.11.0a1-1``,  ``3.11.0a1-0``,  ``3.10.0-0``,  ``3.10.0a1-1``,  ``3.10.0a1-0``,  ``3.9.0a1-0``,  ``3.8.0a1-1``,  ``3.8.0a1-0``,  ``3.7.0a-1``,  ``3.7.0a-0``,  ``3.6.0-0``,  ``3.5.0a1-3``,  ``3.5.0a1-2``,  ``3.5.0a1-1``,  ``3.5.0a1-0``,  ``3.4.0a1-3``,  ``3.4.0a1-2``,  ``3.4.0a1-1``,  ``3.4.0a1-0``,  ``3.3.0a1-0``,  ``3.2.0a2-2``,  ``3.2.0a2-0`` .. raw:: html
:depends addict: ``>=2.2.1,<2.5`` :depends apache-libcloud: ``>=2.2.1`` :depends configargparse: ``>=1.7,<2`` :depends cwltool: ``3.1.20240112164112`` :depends dill: ``>=0.3.2,<0.4`` :depends docker-py: ``>=3.7.2,<8`` :depends enlighten: ``>=1.5.2,<2`` :depends galaxy-tool-util: ``<23`` :depends google-cloud-storage: ``>=2,<=2.8.0`` :depends idna: ``>=2`` :depends miniwdl: ``1.11.1`` :depends networkx: ``<4`` :depends psutil: ``>=3.0.1,<6`` :depends pynacl: ``>=1.4.0`` :depends pypubsub: ``>=4.0.3,<5`` :depends python: ``>=3.8`` :depends python-dateutil: :depends python-htcondor: ``>=10.2.0.post1`` :depends python-kubernetes: ``>=12.0.1,<22`` :depends pytz: ``>=2012`` :depends pyyaml: ``>=6,<7`` :depends requests: ``>=2,<3`` :depends ruamel.yaml: ``>=0.15,<=0.18.3`` :depends ruamel.yaml.clib: ``>=0.2.6`` :depends schema-salad: ``>=8.4.20230128170514`` :depends typing-extensions: ``>=4.6.2,<5`` :depends urllib3: ``>=1.26.0,<3`` :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 toil and update with:: mamba update toil To create a new environment, run:: mamba create --name myenvname toil 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/toil: (see `toil/tags`_ for valid values for ````) .. |downloads_toil| image:: https://img.shields.io/conda/dn/bioconda/toil.svg?style=flat :target: https://anaconda.org/bioconda/toil :alt: (downloads) .. |docker_toil| image:: https://quay.io/repository/biocontainers/toil/status :target: https://quay.io/repository/biocontainers/toil .. _`toil/tags`: https://quay.io/repository/biocontainers/toil?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/toil/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/toil/README.html