Skip to content

Commit

Permalink
Merge pull request #3190 from mirpedrol/template-newlines
Browse files Browse the repository at this point in the history
fix template new lines
  • Loading branch information
mirpedrol authored Oct 4, 2024
2 parents bb2b10d + 375fad3 commit f54e9eb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 4 additions & 4 deletions nf_core/pipeline-template/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ indent_style = space
[*.{md,yml,yaml,html,css,scss,js}]
indent_size = 2

{%- if modules %}
{% if modules %}
# These files are edited and tested upstream in nf-core/modules
[/modules/nf-core/**]
charset = unset
Expand All @@ -25,12 +25,12 @@ end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
indent_style = unset
{%- endif %}
{% endif %}

{%- if email %}
{% if email %}
[/assets/email*]
indent_size = unset
{%- endif %}
{% endif %}

# ignore python and markdown
[*.{py,md}]
Expand Down
6 changes: 4 additions & 2 deletions nf_core/pipeline-template/CITATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
{% if fastqc %}- [FastQC](https://www.bioinformatics.babraham.ac.uk/projects/fastqc/)

> Andrews, S. (2010). FastQC: A Quality Control Tool for High Throughput Sequence Data [Online].
> {% endif %} > {% if multiqc %}- [MultiQC](https://pubmed.ncbi.nlm.nih.gov/27312411/)
> {% endif %}
{% if multiqc %}- [MultiQC](https://pubmed.ncbi.nlm.nih.gov/27312411/)

> 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.
> {%- endif %}
> {% endif %}
## Software packaging/containerisation tools

Expand Down
2 changes: 1 addition & 1 deletion nf_core/pipeline-template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</picture>
</h1>

{%- else %}
{% else %}

# {{ name }}

Expand Down

0 comments on commit f54e9eb

Please sign in to comment.