Skip to content

Commit

Permalink
Merge pull request #173 from andrewjpage/dont_create_core_tree
Browse files Browse the repository at this point in the history
revert core tree generation
  • Loading branch information
andrewjpage committed Sep 2, 2015
2 parents 8c5fb3b + a05923c commit ba978ac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = Bio-Roary
version = 3.2.5
version = 3.2.6
author = Andrew J. Page <ap13@sanger.ac.uk>
license = GPL_3
copyright_holder = Wellcome Trust Sanger Institute
Expand Down
7 changes: 0 additions & 7 deletions lib/Bio/Roary/CommandLine/RoaryPostAnalysis.pm
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,6 @@ sub run {
);
$seg->run();

my $core_tree = Bio::Roary::External::Fasttree->new(
input_file => 'core_gene_alignment.aln',
verbose => $self->verbose,
logger => $self->logger
);
$core_tree->run();

# Cleanup intermediate multifasta files
if($self->dont_delete_files == 0)
{
Expand Down
2 changes: 0 additions & 2 deletions t/Bio/Roary/CommandLine/Roary.t
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ SKIP:
mock_execute_script_and_check_output( $script_name, \%scripts_and_expected_files );

ok( -e 'core_gene_alignment.aln', 'Core gene alignment exists' );
ok( -e 'core_gene_alignment.aln.newick', 'core gene newick tree exists');

}

SKIP:
Expand Down

0 comments on commit ba978ac

Please sign in to comment.