Skip to content

Commit dd14f02

Browse files
discolor aces#290
1 parent d4c5b2a commit dd14f02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boutiques_descriptors/dcm2bids_3_2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://unfmontreal.github.io/Dcm2Bids/3.2.0/",
99
"descriptor-url": "https://github.com/aces/cbrain-plugins-neuro/blob/master/boutiques_descriptors/dcm2bids_3_2.json",
1010
"description": "DICOM to BIDS converter. dcm2bids reorganises NIfTI files using dcm2niix into the Brain Imaging Data Structure (BIDS). dcm2bids>=3.0.0 is not compatible with config files made for v2.1.9 ",
11-
"command-line": "echo you [CITETOOL]d to cite dcm2bids; dcm2bids [DICOM_DIR] [PARTICIPANT] [SESSION] [CONFIG] [OUTPUT_DIR] [AUTO_EXTRACT_ENTITIES] [DO_NOT_REORDER_ENTITIES] [BIDS_VALIDATE] [FORCE_DCM2BIDS] [SKIP_DCM2NIIX] [CLOBBER] [LOG_LEVEL]",
11+
"command-line": "echo you [CITETOOL]d to cite dcm2bids; set -o pipefail; dcm2bids [DICOM_DIR] [PARTICIPANT] [SESSION] [CONFIG] [OUTPUT_DIR] [AUTO_EXTRACT_ENTITIES] [DO_NOT_REORDER_ENTITIES] [BIDS_VALIDATE] [FORCE_DCM2BIDS] [SKIP_DCM2NIIX] [CLOBBER] [LOG_LEVEL] | sed -r \"s/\\x1B\\[[0-9;]*[mK]//g\"",
1212
"container-image": {
1313
"index": "docker://",
1414
"image": "unfmontreal/dcm2bids:3.2.0",
@@ -106,7 +106,7 @@
106106
"value-key": "[FORCE_DCM2BIDS]"
107107
},
108108
{
109-
"description": "Skip dcm2niix conversion. Option -d should contains NIFTI and json files.",
109+
"description": "Skip dcm2niix conversion. One of directories supplied with option -d should contains NIFTI and json files.",
110110
"name": "Skip dcm2niix",
111111
"command-line-flag": "--skip_dcm2niix",
112112
"optional": true,

0 commit comments

Comments
 (0)