andreped commited on
Commit
23660f2
1 Parent(s): d7433ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -22,12 +22,12 @@ Program has been tested using Python 3.7 on Windows, macOS, and Ubuntu Linux 18.
22
  livermask --input path-to-input --output path-to-output
23
  ```
24
 
25
- | command | description |
26
  | ------------------- | ------------- |
27
- | `--input` | the full path to the input data. Could be nifti file or directory (if directory is provided as input) |
28
- | `--output` | the full path to the output data. Could be either output name or directory (if directory is provided as input) |
29
- | `--cpu` | to disable the GPU (force computations on GPU only) |
30
- | `--verbose` | to enable verbose |
31
 
32
  ## DICOM/NIfTI format
33
  Pipeline assumes input is in the NIfTI format, and output a binary volume in the same format (.nii).
 
22
  livermask --input path-to-input --output path-to-output
23
  ```
24
 
25
+ | command | description |
26
  | ------------------- | ------------- |
27
+ | `--input` | the full path to the input data. Could be nifti file or directory (if directory is provided as input) |
28
+ | `--output` | the full path to the output data. Could be either output name or directory (if directory is provided as input) |
29
+ | `--cpu` | to disable the GPU (force computations on GPU only) |
30
+ | `--verbose` | to enable verbose |
31
 
32
  ## DICOM/NIfTI format
33
  Pipeline assumes input is in the NIfTI format, and output a binary volume in the same format (.nii).