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