From b74f020f14d3254d67d85edaa2a3c8d20dfea389 Mon Sep 17 00:00:00 2001 From: marchoeppner Date: Mon, 29 Jul 2019 12:45:30 +0200 Subject: [PATCH] Update docs/ccga_dx.md Co-Authored-By: Harshil Patel --- docs/ccga_dx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ccga_dx.md b/docs/ccga_dx.md index 62bf29c..0cea81e 100644 --- a/docs/ccga_dx.md +++ b/docs/ccga_dx.md @@ -2,7 +2,7 @@ Deployment and testing of nf-core pipelines at the CCGA DX cluster is on-going. -To use, run the pipeline with `-profile ccga_dx`. This will download and launch the [`ccga.config`](../conf/ccga.config) which has been pre-configured with a setup suitable for the CCGA cluster. Using this profile, a docker image containing all of the required software will be downloaded, and converted to a Singularity image before execution of the pipeline. +To use, run the pipeline with `-profile ccga_dx`. This will download and launch the [`ccga_dx.config`](../conf/ccga_dx.config) which has been pre-configured with a setup suitable for the CCGA cluster. Using this profile, a docker image containing all of the required software will be downloaded, and converted to a Singularity image before execution of the pipeline. Before running the pipeline you will need to have Nextflow installed.