From: Arnaud K. <ax...@sa...> - 2003-03-05 16:40:33
|
Hi I'm trying to run LoadTaxon plugin. Why some lines are commented out ? #my $genCodes = $self->makeGeneticCode(); my $namesDmp = $self->getNames(); #my $nodesHash = $self->makeNodesHash($genCodes); #my $rootAttArray = $self->getRootAttArray($genCodes); #$self->makeTaxonEntry($rootAttArray, \$count); #if ($self->getCla->{'restart'} && $self->getCla->{'restart'} > 1) { #$self->getTaxonAtt($self->getCla->{'restart'},$nodesHash,\$count); #} #else { #$self->getTaxonAtt($rootAttArray->[0],$nodesHash,\$count); #} Arnaud |