From b336ca0f9953559bf65d6bf210b06acf65d4c9b7 Mon Sep 17 00:00:00 2001 From: Dominik Brilhaus <brilhaus@nfdi4plants.org> Date: Fri, 14 Mar 2025 15:00:59 +0100 Subject: [PATCH] add short explanation --- workflows/deseq2/workflow.cwl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/workflows/deseq2/workflow.cwl b/workflows/deseq2/workflow.cwl index 84cb882..9933719 100644 --- a/workflows/deseq2/workflow.cwl +++ b/workflows/deseq2/workflow.cwl @@ -1,5 +1,14 @@ #!/usr/bin/env cwl-runner +doc: | + DESeq2 example workflow + This workflow runs DESeq2 on the output of the kallisto workflow + and the metadata file. + It runs an R script, deseq2.R, which ideally should be split into three sub scripts and accordingly three workflow steps + 1. Read kallsito data + 2. Prep / run deseq2 + 3. Plot results + cwlVersion: v1.2 class: CommandLineTool hints: -- GitLab