From 67d98b9561d7e1fed49d4aa2e03a1ef5ad4545cd Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Wed, 17 Mar 2021 11:28:56 +0000 Subject: [PATCH] Add comments to ci --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 817d906..03d3fdd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,5 +3,9 @@ include: file: "wf-containers.yaml" variables: + # Workflow inputs given to nextflow. + # The workflow should define `--out_dir`, the CI template sets this. + # Only common file inputs and option values need to be given here + # (not things such as -profile) NF_WORKFLOW_OPTS: "--fastq test_data"