Skip to content

Commit

Permalink
Modify stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Aug 14, 2024
1 parent 9e3edb6 commit 44e6437
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion qsirecon/data/io_spec.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "qsiprep",
"name": "qsirecon",
"entities": [
{
"name": "datatype",
Expand Down
2 changes: 2 additions & 0 deletions qsirecon/workflows/recon/amico.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ def init_amico_noddi_fit_wf(
ds_fibgz = pe.Node(
DerivativesDataSink(
dismiss_entities=("desc",),
suffix="dwimap",
extension="fib.gz",
compress=True,
),
Expand All @@ -164,6 +165,7 @@ def init_amico_noddi_fit_wf(
dismiss_entities=("desc",),
mfp="AMICOconfig",
model="NODDI",
suffix="dwimap",
compress=True,
),
name="ds_noddi_config",
Expand Down

0 comments on commit 44e6437

Please sign in to comment.