File tree 4 files changed +5
-11
lines changed
subworkflows/local/utils_nfcore_nf-tractoflow_pipeline
4 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ process PREPROC_N4 {
23
23
def bspline_knot_per_voxel = task. ext. bspline_knot_per_voxel ? " $task . ext . bspline_knot_per_voxel " : " 1"
24
24
def shrink_factor = task. ext. shrink_factor ? " $task . ext . shrink_factor " : " 1"
25
25
"""
26
- export ITK_GLOBAL_DEFAULT_NUMBER_OF_THREADS=1
26
+ export ITK_GLOBAL_DEFAULT_NUMBER_OF_THREADS=$t ask . cpus
27
27
export OMP_NUM_THREADS=1
28
28
export OPENBLAS_NUM_THREADS=1
29
29
export ANTS_RANDOM_SEED=1234
Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ process TRACKING_PFTTRACKING {
54
54
--interface ${ prefix} __interface.nii.gz -f
55
55
56
56
if [ "${ pft_seeding_mask} " == "wm" ]; then
57
- scil_volume_math.py convert $wm ${ prefix} __mask_wm .nii.gz \
57
+ scil_volume_math.py convert $wm ${ prefix} __pft_seeding_mask .nii.gz \
58
58
--data_type uint8 -f
59
- scil_volume_math.py union ${ prefix} __mask_wm .nii.gz \
59
+ scil_volume_math.py union ${ prefix} __pft_seeding_mask .nii.gz \
60
60
${ prefix} __interface.nii.gz ${ prefix} __pft_seeding_mask.nii.gz\
61
61
--data_type uint8 -f
62
62
Original file line number Diff line number Diff line change @@ -117,10 +117,8 @@ workflow PIPELINE_INITIALISATION {
117
117
ch_samplesheet = ch_samplesheet. mix(ch_bids_sheets)
118
118
}
119
119
120
- IO_SAFECASTINPUTS ( ch_samplesheet )
121
-
122
120
emit :
123
- samplesheet = IO_SAFECASTINPUTS . out . safe_inputs
121
+ samplesheet = ch_samplesheet
124
122
versions = ch_versions
125
123
}
126
124
Original file line number Diff line number Diff line change @@ -7,11 +7,7 @@ include { MULTIQC } from '../modules/nf-core/multiqc/main'
7
7
include { paramsSummaryMap } from ' plugin/nf-schema'
8
8
include { paramsSummaryMultiqc } from ' ../subworkflows/nf-core/utils_nfcore_pipeline'
9
9
include { softwareVersionsToYAML } from ' ../subworkflows/nf-core/utils_nfcore_pipeline'
10
- include { methodsDescriptionText } from ' ../subworkflows/local/utils_nfcore_tractoflow_pipeline'
11
- include { TRACTOFLOW as RUN } from ' ../subworkflows/nf-neuro/tractoflow'
12
- include { RECONST_SHSIGNAL } from ' ../modules/local/reconst/shsignal'
13
-
14
-
10
+ include { methodsDescriptionText } from ' ../subworkflows/local/utils_nfcore_nf-tractoflow_pipeline'
15
11
include { TRACTOFLOW as RUN } from ' ../subworkflows/nf-neuro/tractoflow'
16
12
include { RECONST_SHSIGNAL } from ' ../modules/local/reconst/shsignal'
17
13
You can’t perform that action at this time.
0 commit comments