Skip to content

Commit

Permalink
[FIX] try fixing test with a higher number of streamlines.
Browse files Browse the repository at this point in the history
  • Loading branch information
gagnonanthony committed May 22, 2024
1 parent 8b5c2a5 commit 717a0e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/nf-scil/tractogram/resample/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"single_end": false
},
[
"test_IFGWM_color_resampled.trk:md5,d2033a9ca445a83a489953560c0e43ea",
"test_IFGWM_resampled.trk:md5,d2033a9ca445a83a489953560c0e43ea"
"test_IFGWM_color_resampled.trk:md5,db696117b3fa248aaa1c537ea1575a12",
"test_IFGWM_resampled.trk:md5,db696117b3fa248aaa1c537ea1575a12"
]
]
],
Expand All @@ -59,8 +59,8 @@
"single_end": false
},
[
"test_IFGWM_color_resampled.trk:md5,d2033a9ca445a83a489953560c0e43ea",
"test_IFGWM_resampled.trk:md5,d2033a9ca445a83a489953560c0e43ea"
"test_IFGWM_color_resampled.trk:md5,db696117b3fa248aaa1c537ea1575a12",
"test_IFGWM_resampled.trk:md5,db696117b3fa248aaa1c537ea1575a12"
]
]
],
Expand All @@ -73,6 +73,6 @@
"nf-test": "0.8.4",
"nextflow": "24.04.1"
},
"timestamp": "2024-05-22T14:32:11.844922"
"timestamp": "2024-05-22T15:02:24.478286"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ process {
withName: "TRACTOGRAM_RESAMPLE" {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
ext.never_upsample = true
ext.nb_streamlines = 5000
ext.seed = 44
ext.point_wise_std = 1
ext.tube_radius = 1
Expand Down

0 comments on commit 717a0e6

Please sign in to comment.