Skip to content

Commit adf2a76

Browse files
20251119 - version control
1 parent 6b24b6f commit adf2a76

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

abcdData.Rmd

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,13 @@ The main folder within the LSS is: `ABCD Study`
9393
1. Create a folder with your HawkID as the folder name
9494
1. Create a subfolder for your specific project
9595
1. Follow [Petersen Lab template](https://research-git.uiowa.edu/PetersenLab/Template) for structuring your project folder
96+
1. Follow the version control instructions [below](#versionControl)
9697

9798
## Data {#data}
9899

99100
The folder `Data > Version 6.0` contains tabulated ABCD data.
100101

101-
Imaging data, wearables data, and concatenated data are available for download [here](https://nbdc-datashare.lassoinformatics.com/)
102+
Imaging data, wearables data, and concatenated data are available for download [here](https://nbdc-datashare.lassoinformatics.com)
102103

103104
- [XXX] need instructions for accessing this
104105
- NOTE: The file sizes for these data exceed the capacity of our LSS
@@ -119,4 +120,15 @@ Imaging data, wearables data, and concatenated data are available for download [
119120

120121
# Version Control {#versionControl}
121122

122-
[XXX] TBD
123+
1. Install GitHub Desktop onto the Research Remote Desktop Service (RRDS) computer: https://desktop.github.com
124+
1. Create a GitHub repository for each data analysis project using the ABCD data
125+
1. Do NOT put data files into the GitHub repository!
126+
- To be safe, add the following file extensions to the `.gitignore` file in the repository (so even if data files are accidentally added to your GitHub repository folder, they will not be committed):
127+
```
128+
*.csv
129+
*.tsv
130+
*.parquet
131+
*.json
132+
*.rds
133+
*.RData
134+
```

0 commit comments

Comments
 (0)