Skip to content

Commit

Permalink
Fixed syntax for sct_run_batch
Browse files Browse the repository at this point in the history
  • Loading branch information
jcohenadad committed Nov 25, 2021
1 parent 0fe8d01 commit 06a3edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ please see: https://goo.gl/2owcL7.
~~~
- Run (you need to have SCT installed):
```
sct_run_batch -script process_data.sh -j -1 -path-data <PATH_DATA> -path-output <PATH_OUT>
sct_run_batch -script process_data.sh -jobs -1 -path-data <PATH_DATA> -path-output <PATH_OUT>
```
with
- PATH_DATA: The path to the downloaded dataset
Expand Down

0 comments on commit 06a3edb

Please sign in to comment.