Skip to content

Commit 78cd9d9

Browse files
maxulyssemirpedrol
andauthored
Apply suggestions from code review
Co-authored-by: Júlia Mir Pedrol <[email protected]>
1 parent accc706 commit 78cd9d9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.DS_Store
2-
{% if multiqc %}
2+
{%- if multiqc %}
33
multiqc/multiqc_plots/{svg,pdf,png}/*.{svg,pdf,png}
44
multiqc/multiqc_report.html
5-
{% end if %}
5+
{%- endif %}
66
pipeline_info/*.{html,json,txt,yml}

nf_core/pipeline-template/tests/default.nf.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ nextflow_pipeline {
2222
{ assert snapshot(
2323
// Number of successful tasks
2424
workflow.trace.succeeded().size(),
25-
// pipeline versions.yml file for multiqc from which Nextflow version is removed because we tests pipelines on multiple Nextflow versions
25+
// pipeline versions.yml file for multiqc from which Nextflow version is removed because we test pipelines on multiple Nextflow versions
2626
removeNextflowVersion("$outputDir/pipeline_info/nf_core_{{ short_name }}_software_mqc_versions.yml"),
2727
// All stable path name, with a relative path
2828
stable_name,

nf_core/pipeline-template/tests/nextflow.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
========================================================================================
55
*/
66

7-
// Specify any additional parameters here
7+
// TODO nf-core: Specify any additional parameters here
88
// Or any resources requirements

0 commit comments

Comments
 (0)