my $ignore = ['Create date', 'microsec', 'millisec', '# version', 
  'Total time', '^CPU:', '^Overhead'];
&test('mhmmscan1', '',
  'mhmmscan', '', 
  ['--pseudo-weight', '1', '--text', 'mhmm/crp0.linear.mhmm', 'common/crp0.fasta'],
  [{output => '-', reference => 'mhmmscan/mhmmscan.txt', type => 'text', ignore => $ignore}],
  'results/mhmmscan1');

