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

mincstats does not honour order of command-line arguments #98

Open
gdevenyi opened this issue Oct 17, 2019 · 0 comments
Open

mincstats does not honour order of command-line arguments #98

gdevenyi opened this issue Oct 17, 2019 · 0 comments

Comments

@gdevenyi
Copy link

Possibly dangerous in blind scripting:

$ mincstats -mean -stddev -min -max 0/bias.mnc 
Min:               0.7084757686
Max:               1.327409506
Mean:              0.9999999563
Stddev:            0.09215537503

$ mincstats -mean -stddev -min -max 0/bias.mnc  -quiet
0.7084757686
1.327409506
0.9999999563
0.09215537503 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant