Skip to content

Commit

Permalink
Change location of tempdir, not sure what is correct here
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborne committed Dec 14, 2011
1 parent c14cc03 commit d678bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Bio/Tools/Run/Phylo/Raxml.pm
Expand Up @@ -294,7 +294,7 @@ sub _run {
sub _write_alignfile {
my ( $self, $align ) = @_;

my ( $tfh, $tempfile ) = $self->io->tempfile( -dir => $self->tempdir );
my ( $tfh, $tempfile ) = $self->io->tempfile( -dir => '.' );

my $out = Bio::AlignIO->new(
-file => ">$tempfile",
Expand Down

0 comments on commit d678bf9

Please sign in to comment.