Skip to content

Commit

Permalink
fix and run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anroy1 committed Oct 31, 2024
1 parent 402c147 commit b559689
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions subworkflows/nf-neuro/registration/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,14 @@ nextflow_workflow {
"""
ch_split_test_data = LOAD_DATA.out.test_data_directory
.branch{
processing: it.simpleName == "processing"
t1: it.simpleName == "freesurfer"
b0: it.simpleName == "registration"
t1w: it.simpleName == "T1w"
b0: it.simpleName == "b0"
dti: it.simpleName == "dti"
}
input[0] = ch_split_test_data.t1.map{
input[0] = ch_split_test_data.t1w.map{
test_data_directory -> [
[ id:'test' ],
file("\${test_data_directory}/t1.nii.gz")
file("\${test_data_directory}/T1w.nii.gz")
]
}
input[1] = ch_split_test_data.b0.map{
Expand Down
4 changes: 2 additions & 2 deletions subworkflows/nf-neuro/registration/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-10-25T09:25:14.344251"
"timestamp": "2024-10-31T19:42:03.328847898"
},
"registration - SyNQuick": {
"content": [
Expand Down Expand Up @@ -223,6 +223,6 @@
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-10-25T09:19:43.397585"
"timestamp": "2024-10-31T19:42:16.225779061"
}
}

0 comments on commit b559689

Please sign in to comment.