recipe toil

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

package toil

(downloads) docker_toil

versions:
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-06.0.0-05.12.0-05.11.0-05.9.2-05.7.1-05.6.0-05.5.0-15.5.0-05.4.0-05.3.0-05.2.0-05.1.0-05.0.0-04.2.0-04.1.0-04.0.0-03.24.0-03.23.1-03.21.0-03.20.0-03.14.0-23.14.0-13.14.0-03.13.0a1-03.11.0-13.11.0-03.11.0a1-13.11.0a1-03.10.0-03.10.0a1-13.10.0a1-03.9.0a1-03.8.0a1-13.8.0a1-03.7.0a-13.7.0a-03.6.0-03.5.0a1-33.5.0a1-23.5.0a1-13.5.0a1-03.4.0a1-33.4.0a1-23.4.0a1-13.4.0a1-03.3.0a1-03.2.0a2-23.2.0a2-0

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:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see 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:<tag>

(see `toil/tags`_ for valid values for ``<tag>``)

Download stats