From f45f5f518068d7a94ecc9cd35599fecd9e1c88d7 Mon Sep 17 00:00:00 2001 From: birney Date: Tue, 8 Jan 2002 10:02:39 +0000 Subject: [PATCH] StandAloneBlast now checks for ecoli.nt (is this right?) and TCoffee is a little more verbose svn path=/bioperl-run/trunk/; revision=12998 --- Bio/Tools/Run/Alignment/TCoffee.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bio/Tools/Run/Alignment/TCoffee.pm b/Bio/Tools/Run/Alignment/TCoffee.pm index de2e996..a5c5524 100644 --- a/Bio/Tools/Run/Alignment/TCoffee.pm +++ b/Bio/Tools/Run/Alignment/TCoffee.pm @@ -697,7 +697,7 @@ sub _run { } my $status = system($commandstring); - $self->throw( "TCoffee call crashed: $? \n") if( -z $TMPOUTFILE ); + $self->throw( "TCoffee call crashed: $? [command $commandstring]\n") if( -z $TMPOUTFILE ); my $outfile = $self->outfile() || $TMPOUTFILE; -- 2.11.4.GIT