Skip to content

Commit ce69545

Browse files
authored
Merge branch 'dev' into bump-3.1.2
2 parents bd5c641 + 4746cfd commit ce69545

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

nf_core/pipeline-template/CITATIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
{%- endif %}
2020

21-
{%- if multiqc %}- [MultiQC](https://pubmed.ncbi.nlm.nih.gov/27312411/)
21+
{% if multiqc %}- [MultiQC](https://pubmed.ncbi.nlm.nih.gov/27312411/)
2222

2323
> Ewels P, Magnusson M, Lundin S, Käller M. MultiQC: summarize analysis results for multiple tools and samples in a single report. Bioinformatics. 2016 Oct 1;32(19):3047-8. doi: 10.1093/bioinformatics/btw354. Epub 2016 Jun 16. PubMed PMID: 27312411; PubMed Central PMCID: PMC5039924.
2424

nf_core/pipeline-template/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</picture>
88
</h1>
99

10-
{%- else -%}
10+
{% else -%}
1111

1212
# {{ name }}
1313

@@ -54,7 +54,7 @@
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,7 +120,7 @@ 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.
126126
{%- endif %}

0 commit comments

Comments
 (0)