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 progress bar for bagel bids #189

Open
alyssadai opened this issue Aug 26, 2023 · 2 comments
Open

Add progress bar for bagel bids #189

alyssadai opened this issue Aug 26, 2023 · 2 comments
Labels
feat:improve Incremental, user facing improvements of an existing feature. someday Not a priority right now, but we want to keep this around to think or discuss more. type:feature Effort to deliver new features, feature changes & improvements

Comments

@alyssadai
Copy link
Contributor

alyssadai commented Aug 26, 2023

The bids command is currently very slow even for a few hundred subjects, primarily due to pybids (specifically the steps initializing the BIDS dataset). To make this more user-friendly we should add a progress bar for sub-processes of this command where possible.

Since the BIDSLayout step does not have an easily accessible iterative process from which to track progress, we should instead consider implementing this for the for loops we use to merge subject-level BIDS and phenotypic info.

https://typer.tiangolo.com/tutorial/progressbar/

@alyssadai alyssadai added feat:improve Incremental, user facing improvements of an existing feature. type:feature Effort to deliver new features, feature changes & improvements labels Aug 26, 2023
@github-actions
Copy link

We want to keep our issues up to date and active. This issue hasn't seen any activity in the last 30 days.
We have applied the _flag:stale label to indicate that this issue should be reviewed again.
When you review, please reread the spec and then apply one of these three options:

  • prioritize: apply the flag:schedule label to suggest moving this issue into the backlog now
  • close: if the issue is no longer relevant, explain why (give others a chance to reply) and then close.
  • archive: sometimes an issue has important information or ideas but we won't work on it soon. In this case
    apply the someday label to show that this won't be prioritized. The stalebot will ignore issues with this
    label in the future. Use sparingly!

@github-actions github-actions bot added the _flag:stale [BOT ONLY] Flag issue that hasn't been updated in a while and needs to be triaged again label Sep 26, 2023
@alyssadai alyssadai changed the title Add progress bar for bagel bids and more intermediate stdout Add progress bar for bagel bids Oct 21, 2023
@github-actions github-actions bot removed the _flag:stale [BOT ONLY] Flag issue that hasn't been updated in a while and needs to be triaged again label Oct 22, 2023
Copy link

github-actions bot commented Jan 5, 2024

We want to keep our issues up to date and active. This issue hasn't seen any activity in the last 75 days.
We have applied the _flag:stale label to indicate that this issue should be reviewed again.
When you review, please reread the spec and then apply one of these three options:

  • prioritize: apply the flag:schedule label to suggest moving this issue into the backlog now
  • close: if the issue is no longer relevant, explain why (give others a chance to reply) and then close.
  • archive: sometimes an issue has important information or ideas but we won't work on it soon. In this case
    apply the someday label to show that this won't be prioritized. The stalebot will ignore issues with this
    label in the future. Use sparingly!

@github-actions github-actions bot added the _flag:stale [BOT ONLY] Flag issue that hasn't been updated in a while and needs to be triaged again label Jan 5, 2024
@alyssadai alyssadai added someday Not a priority right now, but we want to keep this around to think or discuss more. and removed _flag:stale [BOT ONLY] Flag issue that hasn't been updated in a while and needs to be triaged again labels Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat:improve Incremental, user facing improvements of an existing feature. someday Not a priority right now, but we want to keep this around to think or discuss more. type:feature Effort to deliver new features, feature changes & improvements
Projects
None yet
Development

No branches or pull requests

1 participant