File: checkpoint_summary

package info (click to toggle)
fastdnaml 1.2.2-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 576 kB
  • ctags: 384
  • sloc: ansic: 3,927; sh: 549; makefile: 22
file content (6 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
#! /bin/sh
#
for file in "$@"; do
   if test $# -gt 1; then echo '::::::::::'; echo "$file"; echo '::::::::::'; fi
   sed -e 's/^.*\(likelihood =[^,]*,[^,]*\),.*$/\1/' $file
done