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

Remove container support #289

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unused parameters.
tsalo committed Jan 30, 2024
commit 12b3b8408ba6a04be62d0bed7348f360054a2ad5
9 changes: 0 additions & 9 deletions cubids/workflows.py
Original file line number Diff line number Diff line change
@@ -229,10 +229,8 @@ def apply(
acq_group_level,
config,
edited_summary_tsv,
edited_tsv_prefix,
files_tsv,
new_tsv_prefix,
output_prefix,
):
"""Apply the tsv changes.

@@ -248,14 +246,10 @@ def apply(
Path to the grouping config file.
edited_summary_tsv : :obj:`pathlib.Path`
Path to the edited summary tsv.
edited_tsv_prefix : :obj:`pathlib.Path`
Path to the edited tsv prefix.
files_tsv : :obj:`pathlib.Path`
Path to the files tsv.
new_tsv_prefix : :obj:`pathlib.Path`
Path to the new tsv prefix.
output_prefix : :obj:`pathlib.Path`
Output filename prefix.
"""
# Run directly from python using
bod = CuBIDS(
@@ -312,7 +306,6 @@ def copy_exemplars(
exemplars_dir,
exemplars_tsv,
min_group_size,
force_unlock,
):
"""Create and save a directory with one subject from each acquisition group.

@@ -328,8 +321,6 @@ def copy_exemplars(
Path to the tsv file with the exemplars.
min_group_size : :obj:`int`
Minimum number of subjects in a group to be considered for exemplar.
force_unlock : :obj:`bool`
Force unlock the dataset.
"""
# Run directly from python using
bod = CuBIDS(data_root=str(bids_dir), use_datalad=use_datalad)