my $commandstring = $self->executable." $command"." $instring". " -output=$output". " $param_string"; $self->debug( "clustal command = $commandstring"); my $status = system($commandstring); $self->throw( "Clustalw call ($commandstring) crashed: $? \n") unless $status==0;