bio-workflow-management-wdl-workflows

Installation
SKILL.md

WDL Workflows

Basic Task Definition

version 1.0

task fastqc {
    input {
        File fastq
        Int threads = 2
    }

    command <<<
        fastqc -t ~{threads} ~{fastq}
    >>>
Installs
3
GitHub Stars
1.1K
First Seen
Jan 24, 2026
bio-workflow-management-wdl-workflows — gptomics/bioskills