Skip to content

Commit

Permalink
Bio/TreeIO/svggraph.pm: move to another repo with same name.
Browse files Browse the repository at this point in the history
Remove this into another repo named Bio-TreeIO-svggraph to be released
on its own, in a distribution with the same name.

This drops BioPerl dependency on SVG-Graph and Tree-DAG_Node.
  • Loading branch information
carandraug committed Sep 11, 2018
1 parent 4f91c74 commit 7f35dba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 266 deletions.
227 changes: 0 additions & 227 deletions Bio/TreeIO/svggraph.pm

This file was deleted.

4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ be removed.
separate distribution named Bio-Tree-Draw-Cladogram. This also
means BioPerl is no longer dependent on PostScript.

* The module Bio::TreeIO::svggraph has been moved to a separate
distribution named Bio-TreeIO-svggraph. This also means that
BioPerl is no longer dependent on SVG-Graph and Tree-DAG_Node.


1.7.2 - "Entebbe"

Expand Down
11 changes: 1 addition & 10 deletions t/Tree/TreeIO.t
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BEGIN {
use lib '.';
use Bio::Root::Test;

test_begin(-tests => 78);
test_begin(-tests => 76);

use_ok('Bio::TreeIO');
}
Expand Down Expand Up @@ -125,15 +125,6 @@ if( $verbose > 0 ) {
$treeio = Bio::TreeIO->new(-verbose => $verbose,
-file => test_input_file('test.nhx'));

SKIP: {
test_skip(-tests => 2, -requires_module => 'SVG::Graph');
my $FILE3 = test_output_file();
my $treeout3 = Bio::TreeIO->new(-format => 'svggraph',
-file => ">$FILE3");
ok($treeout3);
eval {$treeout3->write_tree($tree);};
ok (-s $FILE3);
}

ok($treeio);
$tree = $treeio->next_tree;
Expand Down
29 changes: 0 additions & 29 deletions t/Tree/TreeIO/svggraph.t

This file was deleted.

0 comments on commit 7f35dba

Please sign in to comment.