Bio::EnsEMBL::ExternalData::Family FamilyConf
SummaryPackage variablesDescriptionGeneral documentation
Toolbar
WebCvsRaw content
Summary
Bio::Pipeline::FamilyConf
Package variables
No package variables defined.
Synopsis
No synopsis!
Description
FamilyConf is a copy of humConf written by James Gilbert.
humConf is based upon ideas from the standard perl Env environment
module.
It imports and sets a number of standard global variables into the
calling package, which are used in many scripts in the human sequence
analysis system. The variables are first decalared using "use vars",
so that it can be used when "use strict" is in use in the calling
script. Without arguments all the standard variables are set, and
with a list, only those variables whose names are provided are set.
The module will die if a variable which doesn\'t appear in its
%FamilyConf hash is asked to be set.
The variables can also be references to arrays or hashes.
All the variables are in capitals, so that they resemble environment
variables.
An additional hash %TaxonConf holds the taxonomy classification.
The key value is the taxonomy id. This hash is used by
ensembl-external/family/scripts/dumpTranslation.pl when dumping the ensembl
peptides as a FASTA file and generating a description-like file.
Methods description
None available.
Methods code
No methods available.
General documentation
Top