Skip to content

Commit fc8c51a

Browse files
authored
Merge pull request #128 from brainlife/enh/update_ezBIDS_documentation
Update the Using ezBIDS documentation
2 parents 3fab0ac + bfc527c commit fc8c51a

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

docs/using_ezBIDS.md

+31-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,37 @@ bae50478c784 ezbids_api "docker-entrypoint.s…" 18 hours ago Up 18
231231
```
232232

233233
!!! warning Port communication
234-
ezBIDS needs access to port:3000, ensure that no other software is using that port.
234+
ezBIDS needs access to port:3000, so ensure that no other software are using this port.
235+
236+
Once you have successfully installed ezBIDS locally, you can download a file called `ezbids-upload.sh` found [here](https://drive.google.com/file/d/1o2_gHBKXquuAJ3sgc97jZ-jf_tz9iKhQ/view?usp=drive_link), which enables you to more quickly upload data to the ezBIDS UI. Once the file is downloaded, type the following in your terminal, line by line:
237+
```
238+
chmod +x ezbids-upload.sh
239+
./ezbids-upload.sh /path/to/your/data/to/upload
240+
```
241+
242+
You should see something similar to the following in your terminal:
243+
```
244+
Session ID: 66c495d60dcf43a41a8cee00
245+
246+
Uploading /home/ubuntu/dlevitas/test_data/quick_nifti_test
247+
Uploading time-20190409102441-sn-3-name-T1w_acq-0p8mm_rec-cool.json
248+
ok
249+
Uploading time-20190409102441-sn-3-name-T1w_acq-0p8mm_rec-cool.nii.gz
250+
ok
251+
Uploading time-20200122142947-sn-2-name-anat-T1w.json
252+
ok
253+
Uploading time-20200122142947-sn-2-name-anat-T1w.nii.gz
254+
ok
255+
Uploading time-20220803104851-sn-2_acq-mprage.json
256+
ok
257+
Uploading time-20220803104851-sn-2_acq-mprage.nii.gz
258+
ok
259+
Marking as done
260+
ok
261+
http://localhost:3000/ezbids/convert/#66c495d60dcf43a41a8cee00
262+
```
263+
264+
Simply copy the session url (e.g. `http://localhost:3000/ezbids/convert/#66c495d60dcf43a41a8cee00`) into your web browser, and you will observe that the data has been uploaded and ezBIDS has began working on your uploaded data.
235265

236266
#### Step 3: Accessing ezBIDS
237267
Once the containers are up and running, open a web-browser (ideally Chrome or Firefox) and type *localhost:3000* into the URL. After several seconds, the ezBIDS homepage should appear, and you are set to go.

0 commit comments

Comments
 (0)