Skip to content

Commit

Permalink
Remove unneeded suffix entity in bids_response_out call
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitj committed Nov 7, 2022
1 parent d59cb04 commit daf4b3c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dbsc/workflow/rules/mrtpipelines.smk
Original file line number Diff line number Diff line change
Expand Up @@ -96,17 +96,14 @@ rule dwi2response:
output:
wm_rf=bids_response_out(
desc="wm",
suffix="response.txt",
**config["subj_wildcards"],
),
gm_rf=bids_response_out(
desc="gm",
suffix="response.txt",
**config["subj_wildcards"],
),
csf_rf=bids_response_out(
desc="csf",
suffix="response.txt",
**config["subj_wildcards"],
),
threads: workflow.cores
Expand Down

0 comments on commit daf4b3c

Please sign in to comment.