]> git.donarmstrong.com Git - biopieces.git/blob - bp_scripts/stats_users.sh
fixed encoding bug in read_454
[biopieces.git] / bp_scripts / stats_users.sh
1 #!/bin/sh
2
3 # Output a histogram of how many times each user have executed Biopieces.
4
5 read_tab -d '\t' -i $BP_LOG/biopieces.log -k TIME_BEG,TIME_END,TIME_ELAP,USER,STATUS,COMMAND |
6 plot_histogram -T 'User distribution' -k USER -x