Skip to content

Commit

Permalink
test: update tests succeeded size
Browse files Browse the repository at this point in the history
  • Loading branch information
atrigila committed Dec 10, 2024
1 parent 6c21e4c commit 33943b1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/test_contamination_tech_reps.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ nextflow_pipeline {
assertAll(
{ assert workflow.success },
{ assert snapshot(UTILS.removeNextflowVersion("$outputDir")).match("software_versions") },
{ assert workflow.trace.succeeded().size() == 100 },
{ assert workflow.trace.succeeded().size() == 103 },

{ assert snapshot(
path("$outputDir/contaminant_filter/filter/Clone1_N1_trimmed.contamination_mqc.yaml").exists(), //TODO see if we can make these deterministic or why they are non-deterministic
Expand Down
2 changes: 1 addition & 1 deletion tests/test_mirgenedb.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ nextflow_pipeline {
assertAll(
{ assert workflow.success },
{ assert snapshot(UTILS.removeNextflowVersion("$outputDir")).match("software_versions") },
{ assert workflow.trace.succeeded().size() == 104 },
{ assert workflow.trace.succeeded().size() == 107 },
{ assert workflow.trace.failed().size() == 1 },

{ assert snapshot(
Expand Down
2 changes: 1 addition & 1 deletion tests/test_nextflex.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ nextflow_pipeline {
assertAll(
{ assert workflow.success },
{ assert snapshot(UTILS.removeNextflowVersion("$outputDir")).match("software_versions") },
{ assert workflow.trace.succeeded().size() == 79 },
{ assert workflow.trace.succeeded().size() == 82 },

{ assert snapshot(
path("$outputDir/mirna_quant/bam/mature/sample2_mature.sorted.idxstats"),
Expand Down
2 changes: 1 addition & 1 deletion tests/test_skipfastp.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ nextflow_pipeline {
assertAll(
{ assert workflow.success },
{ assert snapshot(UTILS.removeNextflowVersion("$outputDir")).match("software_versions") },
{ assert workflow.trace.succeeded().size() == 64 },
{ assert workflow.trace.succeeded().size() == 66 },

{ assert snapshot(
path("$outputDir/mirna_quant/mirtop/joined_samples_mirtop.tsv").exists(),
Expand Down
2 changes: 1 addition & 1 deletion tests/test_umi.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ nextflow_pipeline {
assertAll(
{ assert workflow.success },
{ assert snapshot(UTILS.removeNextflowVersion("$outputDir")).match("software_versions") },
{ assert workflow.trace.succeeded().size() == 74 },
{ assert workflow.trace.succeeded().size() == 76 },

{ assert snapshot(
path("$outputDir/mirna_quant/bam/mature/SRX8195118_SRR11631014_mature.sorted.stats"),
Expand Down

0 comments on commit 33943b1

Please sign in to comment.