Skip to content

Commit

Permalink
Update pipeline tests for inferExp change
Browse files Browse the repository at this point in the history
  • Loading branch information
emi80 committed Apr 23, 2024
1 parent 34d863f commit 78e8576
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/grape-pipeline.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ nextflow_pipeline {
then {
def profile = parent.profiles.last().minus('+')
def expected = [
"starrsem": [ traceSize: 28, dbSize: 30 ],
"starflux": [ traceSize: 24, dbSize: 28 ],
"markdup": [ traceSize: 31, dbSize: 30 ],
"gemflux": [ traceSize: 24, dbSize: 22 ],
"rmdup": [ traceSize: 31, dbSize: 30 ],
"ihec": [ traceSize: 31, dbSize: 30 ],
"starrsem": [ traceSize: 30, dbSize: 30 ],
"starflux": [ traceSize: 26, dbSize: 28 ],
"markdup": [ traceSize: 33, dbSize: 30 ],
"gemflux": [ traceSize: 26, dbSize: 22 ],
"rmdup": [ traceSize: 33, dbSize: 30 ],
"ihec": [ traceSize: 33, dbSize: 30 ],
][profile]
assert workflow.success
assert workflow.trace.failed().size() == 0
Expand Down

0 comments on commit 78e8576

Please sign in to comment.