From e9ff64606e6453cbbd4fc703b5c22f4872516190 Mon Sep 17 00:00:00 2001 From: Nat Date: Wed, 27 Nov 2019 16:40:36 +0800 Subject: [PATCH 1/3] Miss underline before cmd in example code I spent one hour for trying the code. Finally, I find there is a mistake. : ( --- doc/devel/cmd_interface_devel.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devel/cmd_interface_devel.rst b/doc/devel/cmd_interface_devel.rst index bbce39783b..b53dfe9f5b 100644 --- a/doc/devel/cmd_interface_devel.rst +++ b/doc/devel/cmd_interface_devel.rst @@ -149,7 +149,7 @@ Here is a minimalistic interface for the gzip command: class GZipTask(CommandLine): input_spec = GZipInputSpec output_spec = GZipOutputSpec - cmd = 'gzip' + _cmd = 'gzip' def _list_outputs(self): outputs = self.output_spec().get() From d3a2a11c72776c262fa919bef8e0e8c39ef6fbf8 Mon Sep 17 00:00:00 2001 From: Nat Date: Thu, 28 Nov 2019 00:09:30 +0800 Subject: [PATCH 2/3] Update .zenodo.json --- .zenodo.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zenodo.json b/.zenodo.json index 1522129f19..735ff7cbe5 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -753,6 +753,9 @@ "affiliation": "MIT, HMS", "name": "Ghosh, Satrajit", "orcid": "0000-0002-5312-6729" + }, + { + "name": "Nat Lee" } ], "keywords": [ From f4ca8f01c6722175adc03255adfe245ce1a2fe72 Mon Sep 17 00:00:00 2001 From: Nat Date: Thu, 28 Nov 2019 13:27:27 +0800 Subject: [PATCH 3/3] Add orcid --- .zenodo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zenodo.json b/.zenodo.json index 735ff7cbe5..e9357802e7 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -755,7 +755,8 @@ "orcid": "0000-0002-5312-6729" }, { - "name": "Nat Lee" + "name": "Lee, Nat", + "orcid": "0000-0001-9308-9988" } ], "keywords": [