Some evaluations take a long time to complete; eg. 72 runs of bedpostx.
Ideally each individual test should have some kind of progress indication.
If relying on a container environment (#4), can install a Python module for that purpose; however if it's desired to be able to run it outside of such an environment, for instance evaluating whether different software versions or changes resolve different test failures, then it may be preferable to instead have a simple progressbar implementation within the tool, so as not to incur a dependency.
Some evaluations take a long time to complete; eg. 72 runs of
bedpostx
.Ideally each individual test should have some kind of progress indication.
If relying on a container environment (#4), can install a Python module for that purpose; however if it's desired to be able to run it outside of such an environment, for instance evaluating whether different software versions or changes resolve different test failures, then it may be preferable to instead have a simple progressbar implementation within the tool, so as not to incur a dependency.