CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl/pypi-toil

Pipeline management software for clusters.

67

1.04x
Quality

Pending

Does it follow best practices?

Impact

67%

1.04x

Average score across 10 eval scenarios

SecuritybySnyk

Pending

The risk profile of this skill

Overview
Eval results
Files

criteria.jsonevals/scenario-10/

{
  "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
    }
  ]
}

tile.json