Created
October 2, 2015 14:31
-
-
Save pb-jchin/5b5ef99493e0d6ae14fa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For the dailgner for the raw reads, the user time is about 7156 cpu-hr from 1156 jobs | |
$ ls rj*raw*.o* | xargs grep user | tr "m" " " | awk '{s+=$2+1};END{print s/60}' | |
7156.47 | |
Las file sort-merge ~ 10 cpu-hr from 596 jobs | |
$ ls rp*m*.o* | xargs grep user | tr "m" " " | awk '{s+=$2+1};END{print s/60}' | |
9.93333 | |
Error correction ~ 1154 cpu-hr from 457 jobs | |
$ ls c*.o* | xargs grep user | tr "m" " " | awk '{s+=$2+1};END{print s/60}' | |
1154.98 | |
Final daligner ~ 943 cpu-hr from 150 jobs | |
$ ls rj*pread*.o* | xargs grep user | tr "m" " " | awk '{s+=$2+1};END{print s/60}' | |
934.867 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment