/usr/lib/fastdnaml/bin/dnaml_progress is in fastdnaml 1.2.2-12.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
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
|