Skip to content

Commit

Permalink
testing what seems to be more correct test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
RobJY committed Jan 17, 2025
1 parent d2f6781 commit 37ef37f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion modules/nf-core/deepcell/mesmer/tests/main.nf.test

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 28 additions & 28 deletions tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,14 @@ nextflow_workflow {
[2,1,'ELANE',[],[],[],[],[],[]],
[3,1,'CD57',[],[],[],[],[],[]],
[4,1,'CD45',[],[],[],[],[],[]],
[5,1,'DNA_7',[],[],[],[],[],[]],
[6,1,'ELANE7',[],[],[],[],[],[]],
[7,1,'CD577',[],[],[],[],[],[]],
[8,1,'CD457',[],[],[],[],[],[]],
[9,1,'DNA_8',[],[],[],[],[],[]],
[10,1,'ELANE8',[],[],[],[],[],[]],
[11,1,'CD578',[],[],[],[],[],[]],
[12,1,'CD458',[],[],[],[],[],[]],
[5,2,'DNA_7',[],[],[],[],[],[]],
[6,2,'ELANE7',[],[],[],[],[],[]],
[7,2,'CD577',[],[],[],[],[],[]],
[8,2,'CD457',[],[],[],[],[],[]],
[9,3,'DNA_8',[],[],[],[],[],[]],
[10,3,'ELANE8',[],[],[],[],[],[]],
[11,3,'CD578',[],[],[],[],[],[]],
[12,3,'CD458',[],[],[],[],[],[]],
],
)
"""
Expand Down Expand Up @@ -239,10 +239,10 @@ nextflow_workflow {
[2,1,'ELANE',[],[],[],[],[],[]],
[3,1,'CD57',[],[],[],[],[],[]],
[4,1,'CD45',[],[],[],[],[],[]],
[5,1,'DNA_7',[],[],[],[],[],[]],
[6,1,'ELANE7',[],[],[],[],[],[]],
[7,1,'CD577',[],[],[],[],[],[]],
[8,1,'CD457',[],[],[],[],[],[]],
[5,2,'DNA_7',[],[],[],[],[],[]],
[6,2,'ELANE7',[],[],[],[],[],[]],
[7,2,'CD577',[],[],[],[],[],[]],
[8,2,'CD457',[],[],[],[],[],[]],
],
)
"""
Expand Down Expand Up @@ -306,10 +306,10 @@ nextflow_workflow {
[2,1,'ELANE',[],[],[],[],[],[]],
[3,1,'CD57',[],[],[],[],[],[]],
[4,1,'CD45',[],[],[],[],[],[]],
[5,1,'DNA_7',[],[],[],[],[],[]],
[6,1,'ELANE7',[],[],[],[],[],[]],
[7,1,'CD577',[],[],[],[],[],[]],
[8,1,'CD457',[],[],[],[],[],[]],
[5,2,'DNA_7',[],[],[],[],[],[]],
[6,2,'ELANE7',[],[],[],[],[],[]],
[7,2,'CD577',[],[],[],[],[],[]],
[8,2,'CD457',[],[],[],[],[],[]],
],
)
"""
Expand Down Expand Up @@ -372,14 +372,14 @@ nextflow_workflow {
[2,1,'ELANE',[],[],[],[],[],[]],
[3,1,'CD57',[],[],[],[],[],[]],
[4,1,'CD45',[],[],[],[],[],[]],
[5,1,'DNA_7',[],[],[],[],[],[]],
[6,1,'ELANE7',[],[],[],[],[],[]],
[7,1,'CD577',[],[],[],[],[],[]],
[8,1,'CD457',[],[],[],[],[],[]],
[9,1,'DNA_8',[],[],[],[],[],[]],
[10,1,'ELANE8',[],[],[],[],[],[]],
[11,1,'CD578',[],[],[],[],[],[]],
[12,1,'CD458',[],[],[],[],[],[]],
[5,2,'DNA_7',[],[],[],[],[],[]],
[6,2,'ELANE7',[],[],[],[],[],[]],
[7,2,'CD577',[],[],[],[],[],[]],
[8,2,'CD457',[],[],[],[],[],[]],
[9,3,'DNA_8',[],[],[],[],[],[]],
[10,3,'ELANE8',[],[],[],[],[],[]],
[11,3,'CD578',[],[],[],[],[],[]],
[12,3,'CD458',[],[],[],[],[],[]],
],
)
"""
Expand Down Expand Up @@ -447,10 +447,10 @@ nextflow_workflow {
[2,1,'ELANE',[],[],[],[],[],[]],
[3,1,'CD57',[],[],[],[],[],[]],
[4,1,'CD45',[],[],[],[],[],[]],
[5,1,'DNA_7',[],[],[],[],[],[]],
[6,1,'ELANE7',[],[],[],[],[],[]],
[7,1,'CD577',[],[],[],[],[],[]],
[8,1,'CD457',[],[],[],[],[],[]],
[5,2,'DNA_7',[],[],[],[],[],[]],
[6,2,'ELANE7',[],[],[],[],[],[]],
[7,2,'CD577',[],[],[],[],[],[]],
[8,2,'CD457',[],[],[],[],[],[]],
],
)
"""
Expand Down

0 comments on commit 37ef37f

Please sign in to comment.