|
36 | 36 | "### Install `git-annex`\n", |
37 | 37 | "The files with the actual data are not there, but we have the references to them so that we can pull them down.\n", |
38 | 38 | "We will need the tool [git-annex tool](https://git-annex.branchable.com/install/).\n", |
39 | | - "\n", |
| 39 | + "```bash\n", |
| 40 | + "uv tool install git-annex\n", |
| 41 | + "```\n", |
40 | 42 | "\n", |
41 | 43 | "### Pull the data\n", |
42 | 44 | "Open a terminal inside `ds005420` and run:\n", |
|
156 | 158 | "5) Adapt [this example](https://seaborn.pydata.org/examples/pointplot_anova.html) to plot a comparison between channels/subjects/time." |
157 | 159 | ] |
158 | 160 | }, |
159 | | - { |
160 | | - "cell_type": "code", |
161 | | - "execution_count": null, |
162 | | - "id": "14452053-710d-4c46-9d9a-ee075692ec7b", |
163 | | - "metadata": {}, |
164 | | - "outputs": [], |
165 | | - "source": [] |
166 | | - }, |
167 | | - { |
168 | | - "cell_type": "code", |
169 | | - "execution_count": null, |
170 | | - "id": "ce196df5-f404-448a-88cd-1b164a2aafdf", |
171 | | - "metadata": {}, |
172 | | - "outputs": [], |
173 | | - "source": [] |
174 | | - }, |
175 | 161 | { |
176 | 162 | "cell_type": "markdown", |
177 | 163 | "id": "503eef31-86a5-41c9-8cd0-246ab18b4a2d", |
178 | 164 | "metadata": {}, |
179 | 165 | "source": [ |
180 | 166 | "## Consolidate pipeline\n", |
181 | 167 | "\n", |
182 | | - "Let's consolidate our workflow into a pipeline.\n", |
| 168 | + "Let's consolidate our workflow into a pipeline to:\n", |
183 | 169 | "\n", |
184 | | - "- read and assert subfolders\n", |
185 | | - "- clean column names\n", |
186 | | - "- standarize values\n", |
187 | | - "- plot correlations\n", |
188 | | - "- run tests" |
| 170 | + "- Read and assert subfolders\n", |
| 171 | + "- Clean column names\n", |
| 172 | + "- Standarize values\n", |
| 173 | + "- Plot and save correlations\n", |
| 174 | + "- Run tests" |
189 | 175 | ] |
190 | 176 | } |
191 | 177 | ], |
|
0 commit comments