Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexenge committed Dec 19, 2023
1 parent 7ed7930 commit 9bbc228
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,4 @@ A workshop introducing the [`hu-neuro-pipeline`](https://github.com/alexenge/hu-

- Using your own data: Change the input file paths (`vhdr_files`, `log_files`, and `besa_files`) to match the location of your data

- Using demo data from our lab: Download two participants from the UCAP dataset ([Frömer et al., *Front. Neurosci.*, 2018](https://doi.org/10.3389/fnins.2018.00048)) by running the following piece of R code

```r
pipeline <- import("pipeline")
pipeline$datasets$ucap$get_paths(n_participants = 2)
```
- Using demo data from our lab: Download two or more participants from the UCAP dataset ([Frömer et al., *Front. Neurosci.*, 2018](https://doi.org/10.3389/fnins.2018.00048)) by running the `get_ucap()` R code snippet in the script

0 comments on commit 9bbc228

Please sign in to comment.