Skip to content

Commit

Permalink
Update README.md with CLI usage of summer-school code
Browse files Browse the repository at this point in the history
  • Loading branch information
ibevers committed Jun 12, 2024
1 parent 1797300 commit cb35fb2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,15 @@ b2aiprep-cli redcap2bids bridge2ai_voice_data.csv --outdir output --audiodir aud
The `audiodir` option above can be omitted, in which case no audio data is reorganized.

See the [tutorial.ipynb](docs/tutorial.ipynb) for a few use examples of data in the BIDS-like format.

## Summer School Data Preparation
This command organizes the data with the BIDS-like conversion tool, extracts audio features, and saves the whole thing
as a .tar file for easy distribution for the Bridge2AI Summer School:

```python3 b2aiprep/src/b2aiprep/summer_school_data.py \
--redcap_csv_path [path to RedCap CSV] \
--audio_dir_path [path to Wasabi export directory] \
--bids_dir_path [desired path to BIDS output] \
--tar_file_path [desired output path for .tar file]
```

0 comments on commit cb35fb2

Please sign in to comment.