resources
directive of the Snakefile rule as follows:
--cores
command line argument. To define the number of cores available to the job, set the cores
keyword in your SnakemakeMetadata
. The cores
field will default to 4 if there is no value provided.
resources
directive of the Snakefile rule. For example, to allocate 32 GB of RAM to a task:
resources
directive of the Snakefile rule. For example:
small_gpu_task
or large_gpu_task
as defined here. To request a large GPU instance, add CPU and memory requirements as follows:
container
directive inside GPU instances is currently not supported. Use conda or add runtime dependencies to your Dockerfile to use GPUs.