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 how temporary files are dealt with #323

Open
akhanf opened this issue Dec 12, 2024 · 0 comments
Open

Change how temporary files are dealt with #323

akhanf opened this issue Dec 12, 2024 · 0 comments
Labels

Comments

@akhanf
Copy link
Member

akhanf commented Dec 12, 2024

Depending on how granular we want the PRs to be for v2.0, these could be separate PRs, but I think the main things we could do are:

  1. use temp() directive for any files we don't need in the final output
    for files where a config variable is used to decide what is kept, could do something like:
    output:
    myfile=bids(...) if config['keep_foo'] else temp(bids(...))
  2. replace the use of the work dir with the regular root and remove the generic rule that copies from work to results
  3. harmonize the CLI option names we use and add any additional options (eg to keep warps)
@akhanf akhanf added the v2.0 label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant