Pipeline management software for clusters.
Overall
score
67%
{
"context": "This evaluation assesses how effectively the engineer uses Toil's container support APIs to configure Docker and Singularity container execution in workflows. The focus is on proper usage of Toil's configuration properties for enabling container runtimes and setting container-specific parameters.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Docker support enabled",
"description": "Uses config.enableCWLDockerSupport or equivalent property to enable Docker container execution",
"max_score": 30
},
{
"name": "Singularity support enabled",
"description": "Uses config.cwlUseSingularity or equivalent property to enable Singularity as the container runtime",
"max_score": 25
},
{
"name": "Singularity arguments configured",
"description": "Uses config.singularityArgs to set runtime arguments (e.g., ['--cleanenv', '--containall']) for Singularity execution",
"max_score": 25
},
{
"name": "Container image set",
"description": "Uses config.dockerAppliance or equivalent property to specify the container image to use for execution",
"max_score": 20
}
]
}Install with Tessl CLI
npx tessl i tessl/pypi-toildocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10