Skip to content

Commit

Permalink
adding datatype to mprageise rule inputs in params
Browse files Browse the repository at this point in the history
  • Loading branch information
myousif9 committed Nov 7, 2022
1 parent bf5b894 commit 396959c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions anat_preproc/workflow/rules/gradcorrect_mprageise_mriqc.smk
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,14 @@ rule mprageise:
uni=join(
"derivatives",
"gradcorrect",
*inputs.input_path["uni"].replace(config["bids_dir"], "").split(os.sep)
"anat",
os.path.basename(inputs.input_path["uni"])
),
inv2=join(
"derivatives",
"gradcorrect",
*inputs.input_path["inv2"].replace(config["bids_dir"], "").split(os.sep)
"anat",
os.path.basename(inputs.input_path["inv2"])
),
output:
mprageised_uni=bids(
Expand Down
2 changes: 1 addition & 1 deletion anat_preproc/workflow/scripts/gradcorrect
Submodule gradcorrect updated 1 files
+2 −0 run.sh

0 comments on commit 396959c

Please sign in to comment.