From 49e37cb22c95d4efa89788a9bde6ab3a5b594b42 Mon Sep 17 00:00:00 2001 From: drpatelh Date: Fri, 7 Aug 2020 10:07:20 +0100 Subject: [PATCH] Add profile docker --- .github/workflows/fastqc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fastqc.yml b/.github/workflows/fastqc.yml index 7f488f70..45c2fbe4 100644 --- a/.github/workflows/fastqc.yml +++ b/.github/workflows/fastqc.yml @@ -27,4 +27,4 @@ jobs: sudo mv nextflow /usr/local/bin/ # Test the module - - run: nextflow run ./software/fastqc/test/ + - run: nextflow run ./software/fastqc/test/ -profile docker