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

ENH: Adapt fMRIPrep to upcoming sMRIPrep API changes #2037

Merged
merged 3 commits into from
Mar 17, 2020

Conversation

oesteban
Copy link
Member

@oesteban oesteban commented Mar 15, 2020

In particular, #167 introduces a few changes that need to be considered before #1829 is merged:

@auto-comment

This comment has been minimized.

@oesteban oesteban force-pushed the fix/smriprep-167-api-change branch from 71266cb to 264ce92 Compare March 15, 2020 02:23
In particular, nipreps#167 introduces a few changes that
need to be considered before nipreps#1829 is merged.
@oesteban oesteban force-pushed the fix/smriprep-167-api-change branch from 264ce92 to 1236b1d Compare March 16, 2020 23:04
@oesteban
Copy link
Member Author

This build should be ready to pass. Comments are welcome :)

Copy link
Contributor

@adelavega adelavega left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me in principle.

About #1829 feel free to start from scratch. Looks like it'll only require adding a flag to the CLI and maybe modifying an output, right?

@oesteban
Copy link
Member Author

Looks like it'll only require adding a flag to the CLI and maybe modifying an output, right?

Yup. The option and a new line in the config module for this option.

Copy link
Collaborator

@mgxd mgxd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a few comments but overall looks good

setup.cfg Outdated Show resolved Hide resolved
omp_nthreads=config.nipype.omp_nthreads,
output_dir=str(config.execution.output_dir),
reportlets_dir=reportlets_dir,
skull_strip_fixed_seed=config.workflow.skull_strip_fixed_seed,
# skull_strip_mode='force',
skull_strip_mode='force',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

surely this will have a config option?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes (we are talking about that right now in #1829 )

@oesteban oesteban merged commit 7915f1b into nipreps:master Mar 17, 2020
@oesteban oesteban deleted the fix/smriprep-167-api-change branch March 17, 2020 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants