File: dnaml_progress

package info (click to toggle)
fastdnaml 1.2.1-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 516 kB
  • ctags: 379
  • sloc: ansic: 4,171; sh: 570; makefile: 64
file content (5 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (11)
1
2
3
4
5
#! /bin/sh
#
(for file in $*; do tail -1 $file | sed 's:^:'"$file"'	:'; done) | \
  sed -e 's/^\([^	]*\)	.*\(likelihood =[^,]*,[^,]*\),.*$/\2 (file = \1)/' | \
  sort -nr +5 -6 +2 -3