You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/code_and_data_management.md
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
## Version control
4
4
5
5
In the lab we (try) to stick to version control for code with git/github and data with datalad and gin. Somewhere else is already mentioned but repetita iuvant so
6
+
6
7
1. Install git on your computer
7
8
2. Create a GITHUB account and ask to be added to the lab organization [https://github.com/cpp-lln-lab]
8
9
3. Make sure you have your SSH key for GITHUB following this tutorial
@@ -15,6 +16,7 @@ In the lab we (try) to stick to version control for code with git/github and dat
15
16
16
17
## Data management
17
18
for MRI data the lab is moving towards using the BIDS data structure
19
+
18
20
* bids starter kit
19
21
* bids specification
20
22
@@ -29,18 +31,21 @@ Data:
29
31
30
32
[GIN organization](https://gin.g-node.org/cpp-lln-lab) for source, raw, and preprocessed data for conversion control and sharing
31
33
32
-
Dataset summary that puts together all the bidsified raw and derivatives repos of the lab and summarize metadata in a table from the GIN repo above:
34
+
Dataset summary that puts together all the bidsified raw and derivatives repos of the lab and summarizes metadata in a table from the GIN repo above:
Datalad superdataset to grab all the repo together (these are submodules in the [Githuba repo CPP_Datasets](https://github.com/cpp-lln-lab/CPP_Datasets):
@@ -67,6 +72,7 @@ cooked step by step for MacOS users:
67
72
68
73
69
74
Short guidelines:
75
+
70
76
- not suitable for an “online” usage (eg running analyses within the folder), it is a cloud service so reading and writing is as fast as your internet connection
71
77
- Long term storage
72
78
- Please, be organized. Imagine that another person in the future will open that folder and make sense of the content in less than 2 minutes
0 commit comments