con un clic
run-tests
Run the testrun.wdl for a WILDS module or pipeline using sprocket or miniwdl
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Run the testrun.wdl for a WILDS module or pipeline using sprocket or miniwdl
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Create a new WILDS WDL module for a bioinformatics tool following project conventions
Create a new WILDS WDL pipeline that combines existing modules into a workflow
Add a new test data download task to the ww-testdata module for use in module/pipeline testruns
Run WDL linting on a WILDS module or pipeline and fix any issues found
Draft a pull request description using the project's PR template
Basado en la clasificación ocupacional SOC
| name | run-tests |
| description | Run the testrun.wdl for a WILDS module or pipeline using sprocket or miniwdl |
| argument-hint | <ww-name> [executor] |
| allowed-tools | Bash(make *), Read, Glob, Grep |
Execute the testrun.wdl for $0 and report results.
Find testrun.wdl in either:
modules/$0/testrun.wdlpipelines/$0/testrun.wdlIf a second argument ($1) is provided, use that executor. Otherwise default to sprocket.
Sprocket:
make run_sprocket NAME=$0
miniWDL:
make run_miniwdl NAME=$0