-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comments
We want to keep our issues up to date and active. This issue hasn't seen any activity in the last 30 days.
|
bagel bids
and more intermediate stdoutbagel bids
We want to keep our issues up to date and active. This issue hasn't seen any activity in the last 75 days.
|
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/
The text was updated successfully, but these errors were encountered: