Skip to content

Commit

Permalink
fix data
Browse files Browse the repository at this point in the history
  • Loading branch information
ThoumyreStanislas committed Sep 10, 2024
1 parent 0e7f148 commit 5bc96ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/nf-scil/registration/easyreg/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ nextflow_process {
ch_b0 = ch_split_test_data.b0.map{
test_data_directory -> [
[ id:'test' ],
file("\${test_data_directory}/b0.nii.gz")
file("\${test_data_directory}/b0.nii.gz"),
[],
[]
]
}
input[0] = ch_t1
Expand Down

0 comments on commit 5bc96ca

Please sign in to comment.