File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -458,23 +458,6 @@ if RUN_DWI:
458458 --output {output.warped}
459459 """
460460
461- rule run_texture :
462- input :
463- image = rules .apply_warp_to_mni .output .warped ,
464- mask = ATLAS_MASK
465- output :
466- gradient = f"{ OUT_DIR } /{ SUBJECT } /{ SESSION } /textures/{ SUBJECT } _{ SESSION } _MNI152-space_textures-{{modality}}_gradient-magnitude.nii.gz" ,
467- intensity = f"{ OUT_DIR } /{ SUBJECT } /{ SESSION } /textures/{ SUBJECT } _{ SESSION } _MNI152-space_textures-{{modality}}_relative-intensity.nii.gz"
468- threads : LIGHT_THREADS
469- shell :
470- """
471- micaflow texture_generation \
472- --input {input.image} \
473- --mask {input.mask} \
474- --output {OUT_DIR}/{SUBJECT}/{SESSION}/textures/{SUBJECT}_{SESSION}_MNI152-space_textures-{wildcards.modality}
475- """
476-
477-
478461rule run_texture_native :
479462 input :
480463 image = f"{ OUT_DIR } /{ SUBJECT } /{ SESSION } /anat/{ SUBJECT } _{ SESSION } _T1w-space_{{modality}}.nii.gz" ,
You can’t perform that action at this time.
0 commit comments