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

Alternative simple CLI for hippunfold #296

Open
akhanf opened this issue Jun 4, 2024 · 0 comments
Open

Alternative simple CLI for hippunfold #296

akhanf opened this issue Jun 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@akhanf
Copy link
Member

akhanf commented Jun 4, 2024

Maybe have a way to support this kind of usage:

Very simple single image -> output folder CLI
(kind of like recon-all, except not implicitly using env var for subjects_dir)

hippunfold-<simple/single/subject/T1w> /path/to/my_input_t1.nii.gz /path/to/my/output_folder --subject 001 (--session ses)

internally, we would copy: my_input_t1.nii.gz to:
bids/sub-001/anat/sub-001_T1.nii.gz

output folder can be:
output_folder/sub-001

This might be best as a snakebids plugin.

plugin would need to know what are the required arguments, and how do they map to the app itself..

@jordandekraker jordandekraker added the enhancement New feature or request label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants