Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Júlia Mir Pedrol <[email protected]>
  • Loading branch information
maxulysse and mirpedrol authored Feb 28, 2025
1 parent accc706 commit 78cd9d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions nf_core/pipeline-template/tests/.nftignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.DS_Store
{% if multiqc %}
{%- if multiqc %}
multiqc/multiqc_plots/{svg,pdf,png}/*.{svg,pdf,png}
multiqc/multiqc_report.html
{% end if %}
{%- endif %}
pipeline_info/*.{html,json,txt,yml}
2 changes: 1 addition & 1 deletion nf_core/pipeline-template/tests/default.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ nextflow_pipeline {
{ assert snapshot(
// Number of successful tasks
workflow.trace.succeeded().size(),
// pipeline versions.yml file for multiqc from which Nextflow version is removed because we tests pipelines on multiple Nextflow versions
// pipeline versions.yml file for multiqc from which Nextflow version is removed because we test pipelines on multiple Nextflow versions
removeNextflowVersion("$outputDir/pipeline_info/nf_core_{{ short_name }}_software_mqc_versions.yml"),
// All stable path name, with a relative path
stable_name,
Expand Down
2 changes: 1 addition & 1 deletion nf_core/pipeline-template/tests/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
========================================================================================
*/

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

0 comments on commit 78cd9d9

Please sign in to comment.