Skip to content

Commit 25b0829

Browse files
committed
test: Remove outdated test files and update main test structure for nf-aggregate pipeline.
The test now includes improved assertions and metadata updates for better compatibility with Nextflow versioning.
1 parent 31fcd92 commit 25b0829

File tree

8 files changed

+5
-65
lines changed

8 files changed

+5
-65
lines changed

modules/local/benchmark_report/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ process {
22
withName: 'BENCHMARK_REPORT' {
33
publishDir = [
44
path: { "${params.outdir}/${metaOut?.projectName?.replace("/", "_") ?: ""}/benchmark_report" },
5-
mode: params.publish_dir_mode,
5+
mode: 'copy',
66
saveAs: { filename -> filename.equals('versions.yml') || filename.endsWith('.json') ? null : filename }
77
]
88
containerOptions = "--user root"

modules/local/plot_run_gantt/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ process {
22
withName: 'PLOT_RUN_GANTT' {
33
publishDir = [
44
path: { "${params.outdir}/${meta.projectName?.replace("/", "_") ?: ""}/gantt" },
5-
mode: params.publish_dir_mode,
5+
mode: 'copy',
66
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
77
]
88
}

modules/local/seqera_runs_dump/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ process {
66
containerOptions = { params.java_truststore_path ? "--volume ${params.java_truststore_path}:${params.java_truststore_path}" : '' }
77
publishDir = [
88
path: { "${params.outdir}/${metaOut?.projectName?.replace("/", "_") ?: ""}/runs_dump" },
9-
mode: params.publish_dir_mode,
9+
mode: 'copy',
1010
saveAs: { filename -> filename.equals('versions.yml') || filename.endsWith('.json') ? null : filename }
1111
]
1212
}

modules/nf-core/multiqc/nextflow.config

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/main.nf.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ nextflow_pipeline {
3333
)
3434
}
3535
}
36-
}
36+
}

workflows/nf_aggregate/tests/main.nf.test

Lines changed: 0 additions & 43 deletions
This file was deleted.

workflows/nf_aggregate/tests/main.nf.test.snap

Lines changed: 0 additions & 15 deletions
This file was deleted.

workflows/nf_aggregate/tests/tags.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)