|
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:
|
129 | 130 |
|
|
0 commit comments