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

BidsAppHandler limitations #136

Open
6 of 7 tasks
prioux opened this issue Feb 20, 2019 · 2 comments
Open
6 of 7 tasks

BidsAppHandler limitations #136

prioux opened this issue Feb 20, 2019 · 2 comments
Labels
bidsapp Pertaining to BidsApp Support bug enhancement question

Comments

@prioux
Copy link
Member

prioux commented Feb 20, 2019

Issues to fix or improve with the BidsAppHandler abstract class:

  • When not running group stage, let each participant task save its own results instead of creating a separate final save task
  • (Bug) Fix problem with restarting tasks where run_id() is increased and files in the work directory are no longer found
  • Give option to save participant output separately as well as group stage results
  • Give option to save only group stage results without any participant outputs (how to recognize?)
  • Somehow, allow a user to change the params of a subset of participants, and create a group stage result from them all (changed and unchanged) or any other subset too.
  • Support for session_label
  • Support for multiple rounds of 'map-reduce'
@prioux
Copy link
Member Author

prioux commented Mar 4, 2019

OK a big redesign has happened to the interface and task launching mechanism, so many of those are now handled or made moot. I checked in all the boxes except the one starting with 'Somehow'.

@prioux
Copy link
Member Author

prioux commented Apr 1, 2019

  • Check error recovery paths

@prioux prioux added the bidsapp Pertaining to BidsApp Support label Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bidsapp Pertaining to BidsApp Support bug enhancement question
Projects
None yet
Development

No branches or pull requests

1 participant