Skip to content

Commit 9ee1aa1

Browse files
Merge pull request #108 from cpp-lln-lab/marcobarilari-data-management-update-gin-url
data-management-update-gin-url
2 parents 7379bb8 + c8dc38b commit 9ee1aa1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/code_and_data_management.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,12 @@ For the external collaborator (copied from above):
8484
1. [Install Datalad](https://handbook.datalad.org/en/latest/intro/installation.html): in a nutshell it is "git for data", checkout more at the offical [datalad handbook](https://handbook.datalad.org/en/latest/).
8585
2. Create an account on [G-node GIN](https://gin.g-node.org/): GIN is a host server for Neuro Imaging data, good for “unlimited” and free cloud back-up and private and public data sharing.
8686
3. Share your gin account to the person in charge to share the data with you and ask to be added as a "collaborator" to the specific repos you want to be share with you
87-
4. Use datalad to get the data, use this script below by changing paths anbd URL:
87+
4. Use datalad to get the data, use this script below by changing paths and URL (use ssh URL starting with `git@gin.g-node.org:/cpp-lln-lab/`):
8888

8989
```bash
9090
folder_for_installation=
9191

92+
# mind that this should be the ssh url since the repo is private so it should start with git@gin.g-node.org:/cpp-lln-lab/name-of-the-dataset
9293
repo_url=
9394

9495
mkdir -p $folder_for_installation

0 commit comments

Comments
 (0)