Skip to content

Commit 6e32d72

Browse files
authored
Update README.md
1 parent ecc988b commit 6e32d72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ The following arguments are needed to call the script:
2727
9. `-num_iters` or `--num_iters`: number of iterations in test
2828
10. `-save_model` or `--save_model`: (True or False)
2929

30+
To run a simple script with source `brainnetome` and target `shen` using `rest1` with `euclidean` cost measure, and saving it:
3031

3132
```console
32-
javid@ycs:~$ python hcp_atlas_to_atlas.py -s brainnetome -t shen -task rest1 --save_model True -c euclidean
33+
python hcp_atlas_to_atlas.py -s brainnetome -t shen -task rest1 --save_model True -c euclidean
3334
```
3435

3536

0 commit comments

Comments
 (0)