We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e71a68 commit c00ea4aCopy full SHA for c00ea4a
1 file changed
tests/default.nf.test
@@ -20,6 +20,8 @@ nextflow_pipeline {
20
assertAll(
21
{ assert workflow.success},
22
{ assert snapshot(
23
+ // Number of successful tasks
24
+ workflow.trace.succeeded().size(),
25
// pipeline versions.yml file for multiqc from which Nextflow version is removed because we test pipelines on multiple Nextflow versions
26
removeNextflowVersion("$outputDir/pipeline_info/nf_core_chipseq_software_mqc_versions.yml"),
27
// All stable path name, with a relative path
0 commit comments