You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Bump nf-schema to `2.3.0` ([#3401](https://github.com/nf-core/tools/pull/3401))
8
+
- Remove jinja formatting which was deleting line breaks ([#3405](https://github.com/nf-core/tools/pull/3405))
9
+
10
+
### Download
11
+
12
+
- Allow `nf-core pipelines download -r` to download commits ([#3374](https://github.com/nf-core/tools/pull/3374))
13
+
- Fix faulty Download Test Action to ensure that setup and test run as one job and on the same runner ([#3389](https://github.com/nf-core/tools/pull/3389))
14
+
15
+
### Modules
16
+
17
+
- Fix bump-versions: only append module name if it is a dir and contains `main.nf` ([#3384](https://github.com/nf-core/tools/pull/3384))
18
+
19
+
### General
20
+
21
+
-`manifest.author` is not required anymore ([#3397](https://github.com/nf-core/tools/pull/3397))
22
+
- Parameters schema validation: allow `oneOf`, `anyOf` and `allOf` with `required` ([#3386](https://github.com/nf-core/tools/pull/3386))
23
+
- Run pre-comit when rendering template for pipelines sync ([#3371](https://github.com/nf-core/tools/pull/3371))
24
+
- Fix sync GHA by removing quotes from parsed branch name ([#3394](https://github.com/nf-core/tools/pull/3394))
Copy file name to clipboardexpand all lines: nf_core/pipeline-template/CITATIONS.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
19
19
{%- endif %}
20
20
21
-
{%- if multiqc %}- [MultiQC](https://pubmed.ncbi.nlm.nih.gov/27312411/)
21
+
{% if multiqc %}- [MultiQC](https://pubmed.ncbi.nlm.nih.gov/27312411/)
22
22
23
23
> 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.
Copy file name to clipboardexpand all lines: nf_core/pipeline-template/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
</picture>
8
8
</h1>
9
9
10
-
{%- else -%}
10
+
{% else -%}
11
11
12
12
# {{ name }}
13
13
@@ -54,7 +54,7 @@
54
54
## Usage
55
55
56
56
> [!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 %}
58
58
59
59
<!-- TODO nf-core: Describe the minimum required steps to execute the pipeline, e.g. how to prepare samplesheets.
60
60
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 `#
120
120
<!-- 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. -->
121
121
<!-- 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) -->
122
122
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 -->
124
124
125
125
An extensive list of references for the tools used by the pipeline can be found in the [`CITATIONS.md`](CITATIONS.md) file.
0 commit comments