|
ensembl-hive
2.7.0
|
Public Member Functions | |
| public Bio::EnsEMBL::Utils::SchemaConversion | new () |
| public Bio::EnsEMBL::Utils::ConversionSuppor | conv_support () |
| public SeqStoreConverter::BasicConverter | conv_obj () |
| public String | species_alias () |
| public void | choose_conversion_type () |
| public void | do_conversion () |
| public void | make_schema_up_to_date () |
| public void | conv_usage () |
This module is a helper module for database conversion, for both vega-vega and ensembl-vega schemas. It provides a wrapper around SeqStoreConverter::BasicConverter and the species specific methods therein. Also provides access to helper functions in Bio::EnsEMBL::Utils::ConversionSupport
Definition at line 29 of file SchemaConversion.pm.
| public void Bio::EnsEMBL::Utils::SchemaConversion::choose_conversion_type | ( | ) |
Example :
Description : compares conversion type (ensembl or vega) and species type with
available modules and chooses that to use for the conversion. Stores
a converter object within the caller
Return type : none
Exceptions : none
Caller : $Siteroot/utils/vega_schema_conversion
Code:
| public SeqStoreConverter::BasicConverter Bio::EnsEMBL::Utils::SchemaConversion::conv_obj | ( | ) |
Example :
Description : Provides access to SeqStoreConverter::BasicConverter methods Return type : SeqStoreConverter::BasicConverter object Exceptions : none Caller : general
Code:
| public Bio::EnsEMBL::Utils::ConversionSuppor Bio::EnsEMBL::Utils::SchemaConversion::conv_support | ( | ) |
Example :
Description : Provides access to Bio::EnsEMBL::Utils::ConversionSupport methods Return type : Bio::EnsEMBL::Utils::ConversionSuppor object Exceptions : none Caller : general
Code:
| public void Bio::EnsEMBL::Utils::SchemaConversion::conv_usage | ( | ) |
Example :
Description : prints usage information and exits Return type : none Exceptions : none Caller : $Siteroot/utils/vega_schema_conversion
Code:
| public void Bio::EnsEMBL::Utils::SchemaConversion::do_conversion | ( | ) |
Example :
Description : does the database conversion Return type : none Exceptions : none Caller : $Siteroot/utils/vega_schema_conversion
Code:
| public void Bio::EnsEMBL::Utils::SchemaConversion::make_schema_up_to_date | ( | ) |
Example :
Description : patches schema to latest version Return type : none Exceptions : none Caller : $conversion
Code:
| public Bio::EnsEMBL::Utils::SchemaConversion Bio::EnsEMBL::Utils::SchemaConversion::new | ( | ) |
Example :
Description : Constructor, including an instance of a Bio::EnsEMBL::Utils::ConversionSupport object. Parses input file and checks input with user Return type : Bio::EnsEMBL::Utils::SchemaConversion object Exceptions : thrown if $Siteroot not passed over Caller : $Siteroot/utils/vega_schema_conversion
Code:
| public String Bio::EnsEMBL::Utils::SchemaConversion::species_alias | ( | ) |
Example :
Description : examines name of source database to determine which conversion module to use Return type : string Exceptions : die if wrong species name used Caller : $self
Code: