ls -1 T*/*.all.dat | perl -ne 'chomp; my $fin=$_; s/\.all\.dat$/\.Z\.dat/ || die "Weird file name $_\n"; warn "../../tools/scores2bestZ.pl $fin $_ ...\n";  `../../tools/scores2bestZ.pl $fin $_`; ' >& log.tmp &
