Skip to content

Commit 411e577

Browse files
committed
updated my ORCID in zenodo
1 parent 735c712 commit 411e577

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

.zenodo.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,8 @@
540540
},
541541
{
542542
"affiliation": "Sagol School of Neuroscience, Tel Aviv University",
543-
"name": "Ben-Zvi, Gal"
543+
"name": "Ben-Zvi, Gal",
544+
"orcid": "0000-0002-5655-9423"
544545
},
545546
{
546547
"affiliation": "University of Newcastle, Australia",
@@ -891,11 +892,7 @@
891892
"orcid": "0000-0002-5312-6729"
892893
}
893894
],
894-
"keywords": [
895-
"neuroimaging",
896-
"workflow",
897-
"pipeline"
898-
],
895+
"keywords": ["neuroimaging", "workflow", "pipeline"],
899896
"license": "Apache-2.0",
900897
"upload_type": "software"
901898
}

nipype/interfaces/mrtrix3/tests/test_auto_DWIPreproc.py

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,23 @@ def test_DWIPreproc_inputs():
1313
bval_scale=dict(
1414
argstr="-bvalue_scaling %s",
1515
),
16+
eddy_mask=dict(
17+
argstr="-eddy_mask %s",
18+
extensions=None,
19+
),
1620
eddy_options=dict(
1721
argstr='-eddy_options "%s"',
1822
),
23+
eddy_slspec=dict(
24+
argstr="-eddy_slspec %s",
25+
extensions=None,
26+
),
27+
eddyqc_all=dict(
28+
argstr="-eddyqc_all %s",
29+
),
30+
eddyqc_text=dict(
31+
argstr="-eddyqc_text %s",
32+
),
1933
environ=dict(
2034
nohash=True,
2135
usedefault=True,
@@ -52,6 +66,10 @@ def test_DWIPreproc_inputs():
5266
mandatory=True,
5367
position=0,
5468
),
69+
json_import=dict(
70+
argstr="-json_import %s",
71+
extensions=None,
72+
),
5573
nthreads=dict(
5674
argstr="-nthreads %d",
5775
nohash=True,
@@ -82,7 +100,7 @@ def test_DWIPreproc_inputs():
82100
),
83101
pe_dir=dict(
84102
argstr="-pe_dir %s",
85-
mandatory=True,
103+
mandatory=False,
86104
),
87105
ro_time=dict(
88106
argstr="-readout_time %f",

0 commit comments

Comments
 (0)