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
- Use outputs instead of the environment to pass around values between steps in the Download Test Action ([#3351](https://github.com/nf-core/tools/pull/3351))
8
+
- Fix pre commit template ([#3358](https://github.com/nf-core/tools/pull/3358))
9
+
- Set LICENSE copyright to nf-core community ([#3366](https://github.com/nf-core/tools/pull/3366))
10
+
- fix including modules.config ([#3356](https://github.com/nf-core/tools/pull/3356))
11
+
12
+
### Linting
13
+
14
+
- Linting of pipeline LICENSE file is a warning to allow for author/maintainer names ([#3366](https://github.com/nf-core/tools/pull/3366))
15
+
16
+
### General
17
+
18
+
- Add missing p ([#3357](https://github.com/nf-core/tools/pull/3357))
19
+
- Use `manifest.contributors` names if available, otherwise default to `manifest.author` ([#3362](https://github.com/nf-core/tools/pull/3362))
20
+
- Properly parse the names form `manifest.contributors` ([#3364](https://github.com/nf-core/tools/pull/3364))
Copy file name to clipboardExpand all lines: nf_core/pipeline-template/CITATIONS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
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
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
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
@@ -48,13 +48,13 @@
48
48
workflows use the "tube map" design for that. See https://nf-co.re/docs/contributing/design_guidelines#examples for examples. -->
49
49
<!-- TODO nf-core: Fill in short bullet-pointed list of the default steps in the pipeline -->
50
50
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 %}
53
53
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,10 +120,11 @@ 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.
126
-
{% endif %}
126
+
{%- endif %}
127
+
127
128
{% if is_nfcore -%}
128
129
You can cite the `nf-core` publication as follows:
Copy file name to clipboardExpand all lines: nf_core/pipeline-template/docs/output.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Introduction
4
4
5
-
This document describes the output produced by the pipeline.{% if multiqc %}Most of the plots are taken from the MultiQC report, which summarises results at the end of the pipeline.{% endif %}
5
+
This document describes the output produced by the pipeline.{% if multiqc %}Most of the plots are taken from the MultiQC report, which summarises results at the end of the pipeline.{% endif %}
6
6
7
7
The directories listed below will be created in the results directory after the pipeline has finished. All paths are relative to the top-level results directory.
8
8
@@ -14,9 +14,8 @@ The pipeline is built using [Nextflow](https://www.nextflow.io/) and processes d
14
14
15
15
{% if fastqc -%}
16
16
17
-
-[FastQC](#fastqc) - Raw read QC
18
-
{%- endif %}
19
-
{%- if multiqc %}
17
+
-[FastQC](#fastqc) - Raw read QC{% endif %}
18
+
{%- if multiqc -%}
20
19
-[MultiQC](#multiqc) - Aggregate report describing results and QC from the whole pipeline
21
20
{%- endif %}
22
21
-[Pipeline information](#pipeline-information) - Report metrics generated during the workflow execution
@@ -35,7 +34,7 @@ The pipeline is built using [Nextflow](https://www.nextflow.io/) and processes d
35
34
</details>
36
35
37
36
[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/).
38
-
{%- endif %}
37
+
{%- endif -%}
39
38
40
39
{% if multiqc -%}
41
40
@@ -54,7 +53,7 @@ The pipeline is built using [Nextflow](https://www.nextflow.io/) and processes d
54
53
[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.
55
54
56
55
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>.
0 commit comments