neurobagel / bagel-cli

Command line tool for Neurobagel data parsing and annotation
https://neurobagel.org/cli/
MIT License
2 stars 5 forks source link

Add progress bar for `bagel bids` #189

Open alyssadai opened 1 year ago

alyssadai commented 1 year ago

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/

github-actions[bot] commented 12 months ago

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:

github-actions[bot] commented 8 months ago

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: