Skip to content

Commit

Permalink
removed obsolete whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hettling committed Jan 28, 2015
1 parent ea7b08d commit c374398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Bio/Tools/Run/Phylo/Raxml.pm
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ sub _run {
my $outfile = 'RAxML_bestTree.' . $self->outfile_name;
$outfile = File::Spec->catfile( ($self->w), $outfile ) if $self->w;

if ( ! -e $outfile || -z $outfile ) {
if ( !-e $outfile || -z $outfile ) {
$self->warn("Raxml call had status of $status: $? [command $command] \n");
return undef;
}
Expand Down Expand Up @@ -400,7 +400,7 @@ sub _setparams {
$param_string .= "-s $infile -n " . $self->outfile_name;
my $null = ($^O =~ m/mswin/i) ? 'NUL' : '/dev/null';
$param_string .= " > $null 2> $null"
$param_string .= " > $null 2> $null"
if ( $self->quiet() || $self->verbose < 0 );
$param_string;
Expand Down

0 comments on commit c374398

Please sign in to comment.