Skip to content

Commit 0d9a4f1

Browse files
committed
template line break fixes
1 parent 92408c3 commit 0d9a4f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nf_core/pipeline-template/docs/output.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The pipeline is built using [Nextflow](https://www.nextflow.io/) and processes d
1515
{% if fastqc -%}
1616

1717
- [FastQC](#fastqc) - Raw read QC{% endif %}
18-
{%- if multiqc -%}
18+
{%- if multiqc %}
1919
- [MultiQC](#multiqc) - Aggregate report describing results and QC from the whole pipeline
2020
{%- endif %}
2121
- [Pipeline information](#pipeline-information) - Report metrics generated during the workflow execution
@@ -34,7 +34,7 @@ The pipeline is built using [Nextflow](https://www.nextflow.io/) and processes d
3434
</details>
3535

3636
[FastQC](http://www.bioinformatics.babraham.ac.uk/projects/fastqc/) gives general quality metrics about your sequenced reads. It provides information about the quality score distribution across your reads, per base sequence content (%A/T/G/C), adapter contamination and overrepresented sequences. For further reading and documentation see the [FastQC help pages](http://www.bioinformatics.babraham.ac.uk/projects/fastqc/Help/).
37-
{%- endif -%}
37+
{%- endif %}
3838

3939
{% if multiqc -%}
4040

@@ -53,7 +53,7 @@ The pipeline is built using [Nextflow](https://www.nextflow.io/) and processes d
5353
[MultiQC](http://multiqc.info) is a visualization tool that generates a single HTML report summarising all samples in your project. Most of the pipeline QC results are visualised in the report and further statistics are available in the report data directory.
5454

5555
Results generated by MultiQC collate pipeline QC from supported tools e.g. FastQC. The pipeline has special steps which also allow the software versions to be reported in the MultiQC output for future traceability. For more information about how to use MultiQC reports, see <http://multiqc.info>.
56-
{%- endif -%}
56+
{%- endif %}
5757

5858
### Pipeline information
5959

0 commit comments

Comments
 (0)