Skip to content

Commit

Permalink
Update pipeline tests for new STAR signal workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
emi80 committed Apr 30, 2024
1 parent acb6b52 commit 0ffa67a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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: 30, dbSize: 30 ],
"starflux": [ traceSize: 26, dbSize: 28 ],
"markdup": [ traceSize: 33, dbSize: 30 ],
"starrsem": [ traceSize: 33, dbSize: 30 ],
"starflux": [ traceSize: 29, dbSize: 28 ],
"markdup": [ traceSize: 36, dbSize: 30 ],
"gemflux": [ traceSize: 26, dbSize: 22 ],
"rmdup": [ traceSize: 33, dbSize: 30 ],
"ihec": [ traceSize: 33, dbSize: 30 ],
"rmdup": [ traceSize: 36, dbSize: 30 ],
"ihec": [ traceSize: 36, dbSize: 30 ],
][profile]
assert workflow.success
assert workflow.trace.failed().size() == 0
Expand Down

0 comments on commit 0ffa67a

Please sign in to comment.