Skip to content

Commit

Permalink
discolor aces#290
Browse files Browse the repository at this point in the history
  • Loading branch information
MontrealSergiy committed Nov 22, 2024
1 parent d4c5b2a commit dd14f02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boutiques_descriptors/dcm2bids_3_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://unfmontreal.github.io/Dcm2Bids/3.2.0/",
"descriptor-url": "https://github.com/aces/cbrain-plugins-neuro/blob/master/boutiques_descriptors/dcm2bids_3_2.json",
"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 ",
"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]",
"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\"",
"container-image": {
"index": "docker://",
"image": "unfmontreal/dcm2bids:3.2.0",
Expand Down Expand Up @@ -106,7 +106,7 @@
"value-key": "[FORCE_DCM2BIDS]"
},
{
"description": "Skip dcm2niix conversion. Option -d should contains NIFTI and json files.",
"description": "Skip dcm2niix conversion. One of directories supplied with option -d should contains NIFTI and json files.",
"name": "Skip dcm2niix",
"command-line-flag": "--skip_dcm2niix",
"optional": true,
Expand Down

0 comments on commit dd14f02

Please sign in to comment.