Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Modify program_name() for MPI version, not sure all args are set corr…
…ectly yet.
  • Loading branch information
bosborne committed Oct 13, 2011
1 parent c4abaef commit 5fde3d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Bio/Tools/Run/Phylo/Phyml.pm
Expand Up @@ -249,6 +249,8 @@ sub new {
%args
);

$self->program_name('phyml-mpi') if $self->mpi;

$self->data_type($data_type) if $data_type;
$self->data_format($data_format) if $data_format;
$self->dataset_count($dataset_count) if $dataset_count;
Expand All @@ -270,8 +272,6 @@ sub new {
$self->bootstrap($bootstrap) if $bootstrap;
$self->mpi($mpi) if $mpi;

$self->program_name('phyml-mpi') if $self->mpi;

return $self;
}

Expand Down

0 comments on commit 5fde3d4

Please sign in to comment.