[Bioperl-guts-l] bioperl-live/Bio PhyloNetwork.pm,NONE,1.1
Jason Stajich
jason at dev.open-bio.org
Tue Nov 27 18:13:24 EST 2007
- Previous message: [Bioperl-guts-l] bioperl-live/t PhyloNetwork.t, NONE, 1.1 PhyloNetwork_Factory.t, NONE, 1.1 PhyloNetwork_GraphViz.t, NONE, 1.1 PhyloNetwork_RandomFactory.t, NONE, 1.1 PhyloNetwork_TreeFactory.t, NONE, 1.1 PhyloNetwork_muVector.t, NONE, 1.1
- Next message: [Bioperl-guts-l] bioperl-live/Bio/PhyloNetwork Factory.pm, NONE, 1.1 FactoryX.pm, NONE, 1.1 GraphViz.pm, NONE, 1.1 RandomFactory.pm, NONE, 1.1 TreeFactory.pm, NONE, 1.1 TreeFactoryMulti.pm, NONE, 1.1 TreeFactoryX.pm, NONE, 1.1 muVector.pm, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/repository/bioperl/bioperl-live/Bio
In directory dev.open-bio.org:/tmp/cvs-serv22364/Bio
Added Files:
PhyloNetwork.pm
Log Message:
Initial commit of Phylogenetic Network code from Gabriel Valiente and Gabriel Cardona
--- NEW FILE: PhyloNetwork.pm ---
# $Id: PhyloNetwork.pm,v 1.1 2007/11/27 23:13:22 jason Exp $
#
# Module for Bio::PhyloNetwork
#
# Cared for by Gabriel Cardona <gabriel(dot)cardona(at)uib(dot)es>
#
# Copyright Gabriel Cardona, Gabriel Valiente
#
# You may distribute this module under the same terms as perl itself
# POD documentation - main docs before the code
=head1 NAME
Bio::PhyloNetwork - Module to compute with Phylogenetic Networks
=head1 SYNOPSIS
use strict;
[...1779 lines suppressed...]
if ($self->{has_temporal_representation}) {
foreach my $node (@nodes) {
$str.= "v=$node; ";
$str.= "\tt=".$self->{temporal_representation}->{$node}."\n";
}
} else {
$str.= "Does not exist.\n";
}
}
if (exists $self->{tripartitions}) {
$str.= "Tripartitions:\n";
foreach my $node (@nodes) {
$str.= "v=$node; ";
$str.= "\ttheta=".$self->{tripartitions}->{$node}."\n";
}
}
return $str;
}
1;
- Previous message: [Bioperl-guts-l] bioperl-live/t PhyloNetwork.t, NONE, 1.1 PhyloNetwork_Factory.t, NONE, 1.1 PhyloNetwork_GraphViz.t, NONE, 1.1 PhyloNetwork_RandomFactory.t, NONE, 1.1 PhyloNetwork_TreeFactory.t, NONE, 1.1 PhyloNetwork_muVector.t, NONE, 1.1
- Next message: [Bioperl-guts-l] bioperl-live/Bio/PhyloNetwork Factory.pm, NONE, 1.1 FactoryX.pm, NONE, 1.1 GraphViz.pm, NONE, 1.1 RandomFactory.pm, NONE, 1.1 TreeFactory.pm, NONE, 1.1 TreeFactoryMulti.pm, NONE, 1.1 TreeFactoryX.pm, NONE, 1.1 muVector.pm, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Bioperl-guts-l
mailing list