Skip to content

Commit 1730de6

Browse files
snakefile changes
1 parent ea817e3 commit 1730de6

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

micaflow/resources/Snakefile

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff 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-
478461
rule run_texture_native:
479462
input:
480463
image = f"{OUT_DIR}/{SUBJECT}/{SESSION}/anat/{SUBJECT}_{SESSION}_T1w-space_{{modality}}.nii.gz",

0 commit comments

Comments
 (0)