Skip to content
Snippets Groups Projects
Commit 38d1268e authored by nicolas.fernandez_ird.fr's avatar nicolas.fernandez_ird.fr :shinto_shrine:
Browse files

Typo: add some space in messages printed

parent d75cd8be
No related branches found
No related tags found
No related merge requests found
Pipeline #75933 passed
...@@ -183,8 +183,8 @@ else # If not, create it. ...@@ -183,8 +183,8 @@ else # If not, create it.
${ylo}Workflow-Core${nc} conda environment will be create, with: ${ylo}Workflow-Core${nc} conda environment will be create, with:
> ${red}Snakemake${nc} (workflow manager) > ${red}Snakemake${nc} (workflow manager)
> ${red}Yq${nc}(yaml parser) > ${red}Yq${nc} (yaml parser)
> ${red}GraphViz${nc} (drawing graph) > ${red}GraphViz${nc} (drawing graph)
" "
conda env create --file ${workdir}/workflow/envs/workflow-core.yaml > /dev/null 2>&1 conda env create --file ${workdir}/workflow/envs/workflow-core.yaml > /dev/null 2>&1
fi fi
...@@ -374,7 +374,8 @@ for fastq in ${workdir}/resources/reads/*.fastq.gz; do ...@@ -374,7 +374,8 @@ for fastq in ${workdir}/resources/reads/*.fastq.gz; do
done done
echo -e " 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).
" "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment