Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change --list-sub-file to --participants-file and use TSVs instead of CSVs #238

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

tsalo
Copy link
Member

@tsalo tsalo commented Mar 21, 2025

Closes #224.

Changes proposed:

  • Rename the --list-sub-file parameters to --participants-file.
  • Consistently use tab-delimited files (TSVs) instead of comma-separated files (CSVs) throughout BABS.
  • Change list-sub-file columns to better match BIDS: sub_id --> participant_id, ses_id --> session_id.

@tsalo tsalo added the breaking-change PRs that change results or interfaces. label Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change PRs that change results or interfaces.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace --list_sub_file with BIDS-format TSV file
1 participant