From 50a3de35c51bdabb6d09f4a9883bdbc5c0d31360 Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Tue, 12 Nov 2019 22:42:21 +0100 Subject: [PATCH] Update wording in Dockerfile --- .../pipeline-template/{{cookiecutter.name_noslash}}/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nf_core/pipeline-template/{{cookiecutter.name_noslash}}/Dockerfile b/nf_core/pipeline-template/{{cookiecutter.name_noslash}}/Dockerfile index 51149a641f..69d24cdc31 100644 --- a/nf_core/pipeline-template/{{cookiecutter.name_noslash}}/Dockerfile +++ b/nf_core/pipeline-template/{{cookiecutter.name_noslash}}/Dockerfile @@ -1,6 +1,6 @@ FROM nfcore/base:{{ 'dev' if 'dev' in cookiecutter.nf_core_version else cookiecutter.nf_core_version }} LABEL authors="{{ cookiecutter.author }}" \ - description="Docker image containing all requirements for {{ cookiecutter.name }} pipeline" + description="Docker image containing all software requirements for the {{ cookiecutter.name }} pipeline" # Install the conda environment COPY environment.yml /