Skip to content

Commit

Permalink
Merge pull request #14 from ppoulin91/bugfix_suffix_to_remove
Browse files Browse the repository at this point in the history
Remove bundle suffix in Fixel_AFD process
  • Loading branch information
arnaudbore authored Aug 19, 2022
2 parents d981771 + 789ab96 commit 62677c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ process Fixel_AFD {
else
bname=\$(basename \$bundle .trk)
fi
bname=\${bname/$params.bundle_suffix_to_remove/}
scil_compute_mean_fixel_afd_from_bundles.py \$bundle $fodf \${bname}_afd_metric.nii.gz
done
"""
Expand Down

0 comments on commit 62677c6

Please sign in to comment.