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

Add more BIDS App parameters #1041

Closed
tsalo opened this issue Jan 22, 2024 · 2 comments
Closed

Add more BIDS App parameters #1041

tsalo opened this issue Jan 22, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@tsalo
Copy link
Member

tsalo commented Jan 22, 2024

Summary

In working on #1040, I noticed that a bunch of command-line arguments in ASLPrep aren't in XCP-D. At least some of them seem like they could be useful in XCP-D.

  • --stop-on-first-crash: Whether the workflow should stop or continue after the first error. In config, but not CLI. Implemented in Add --stop-on-first-crash option to command-line interface #1044.
  • --boilerplate_only: Only generate a boilerplate.
  • --sloppy: Run in sloppy mode (meaning, suboptimal parameters that minimize run-time).
    • I'm not sure how applicable this is to XCP-D.
  • --debug: Debug mode(s). In config, but not CLI.
  • --fs_subjects_dir?
  • --md_only_boilerplate: Do not convert boilerplate from MarkDown to LaTex and HTML. In config, but not CLI.
  • --low_mem: Utilize uncompressed NIfTIs and other tricks to minimize memory allocation.
  • --write_graph: Write out the computational graph corresponding to the planned preprocessing. In config, but not CLI.
@tsalo tsalo added the enhancement New feature or request label Jan 22, 2024
@tsalo tsalo self-assigned this Jan 22, 2024
@psychelzh
Copy link
Contributor

Especially requires --stop-on-first-crash, now the pipeline won't stop after many crashes and requires a manual stop for my case.

@tsalo
Copy link
Member Author

tsalo commented Mar 26, 2024

I think #1040 addressed this.

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