Skip to content

Commit 13e553f

Browse files
committed
fix more prettier modifications form the template
1 parent ac703bf commit 13e553f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

nf_core/pipeline-template/README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
workflows use the "tube map" design for that. See https://nf-co.re/docs/contributing/design_guidelines#examples for examples. -->
4949
<!-- TODO nf-core: Fill in short bullet-pointed list of the default steps in the pipeline -->
5050

51-
{% if fastqc %}1. Read QC ([`FastQC`](https://www.bioinformatics.babraham.ac.uk/projects/fastqc/)){% endif %}
52-
{% if multiqc %}2. Present QC for raw reads ([`MultiQC`](http://multiqc.info/)){% endif %}
51+
{%- if fastqc %}1. Read QC ([`FastQC`](https://www.bioinformatics.babraham.ac.uk/projects/fastqc/)){% endif %}
52+
{%- if multiqc %}2. Present QC for raw reads ([`MultiQC`](http://multiqc.info/)){% endif %}
5353

5454
## Usage
5555

5656
> [!NOTE]
57-
> If you are new to Nextflow and nf-core, please refer to [this page](https://nf-co.re/docs/usage/installation) on how to set-up Nextflow. {% if test_config %}Make sure to [test your setup](https://nf-co.re/docs/usage/introduction#how-to-run-a-pipeline) with `-profile test` before running the workflow on actual data.{% endif %}
57+
> If you are new to Nextflow and nf-core, please refer to [this page](https://nf-co.re/docs/usage/installation) on how to set-up Nextflow. {%- if test_config %}Make sure to [test your setup](https://nf-co.re/docs/usage/introduction#how-to-run-a-pipeline) with `-profile test` before running the workflow on actual data.{% endif %}
5858
5959
<!-- TODO nf-core: Describe the minimum required steps to execute the pipeline, e.g. how to prepare samplesheets.
6060
Explain what rows and columns represent. For instance (please edit as appropriate):
@@ -120,10 +120,11 @@ For further information or help, don't hesitate to get in touch on the [Slack `#
120120
<!-- TODO nf-core: Add citation for pipeline after first release. Uncomment lines below and update Zenodo doi and badge at the top of this file. -->
121121
<!-- If you use {{ name }} for your analysis, please cite it using the following doi: [10.5281/zenodo.XXXXXX](https://doi.org/10.5281/zenodo.XXXXXX) -->
122122

123-
{% if citations %}<!-- TODO nf-core: Add bibliography of tools and data used in your pipeline -->
123+
{%- if citations %}<!-- TODO nf-core: Add bibliography of tools and data used in your pipeline -->
124124

125125
An extensive list of references for the tools used by the pipeline can be found in the [`CITATIONS.md`](CITATIONS.md) file.
126-
{% endif %}
126+
{%- endif %}
127+
127128
{% if is_nfcore -%}
128129
You can cite the `nf-core` publication as follows:
129130

0 commit comments

Comments
 (0)