From 38d1268e057173957ca5f9e75b3e627289b4e663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20FERNANDEZ=20NU=C3=91EZ?= <nicolas.fernandez@ird.fr> Date: Fri, 10 Jan 2025 17:04:12 +0100 Subject: [PATCH] Typo: add some space in messages printed --- Run_GeVarLi.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Run_GeVarLi.sh b/Run_GeVarLi.sh index ceb09ff..26189c0 100755 --- a/Run_GeVarLi.sh +++ b/Run_GeVarLi.sh @@ -183,8 +183,8 @@ else # If not, create it. ${ylo}Workflow-Core${nc} conda environment will be create, with: > ${red}Snakemake${nc} (workflow manager) - > ${red}Yq${nc}(yaml parser) - > ${red}GraphViz${nc} (drawing graph) + > ${red}Yq${nc} (yaml parser) + > ${red}GraphViz${nc} (drawing graph) " conda env create --file ${workdir}/workflow/envs/workflow-core.yaml > /dev/null 2>&1 fi @@ -374,7 +374,8 @@ for fastq in ${workdir}/resources/reads/*.fastq.gz; do done echo -e " -If you want to keep Illumina ${blue}barcode-ID${nc} and/or Illumina ${blue}line-ID${nc}, please edit ${ylo}Run_GeVarLi.sh${nc} script (l.335). +If you want to keep Illumina ${blue}barcode-ID${nc} and/or Illumina ${blue}line-ID${nc}, +please edit ${ylo}Run_GeVarLi.sh${nc} script (section symlinks, l.370). " -- GitLab