ensembl-hive  2.6
Bio::EnsEMBL::Hive::PipeConfig::EnsemblGeneric_conf Class Reference
+ Inheritance diagram for Bio::EnsEMBL::Hive::PipeConfig::EnsemblGeneric_conf:

Public Member Functions

public default_options ()
 
public pipeline_wide_parameters ()
 
- Public Member Functions inherited from Bio::EnsEMBL::Hive::PipeConfig::HiveGeneric_conf
public default_options ()
 
public pipeline_create_commands ()
 
public pipeline_wide_parameters ()
 
public resource_classes ()
 
public pipeline_analyses ()
 
public beekeeper_extra_cmdline_options ()
 
public hive_meta_table ()
 
public pre_options ()
 
public dbconn_2_url ()
 
public pipeline_url ()
 
public db_cmd ()
 
public print_debug ()
 
public process_pipeline_name ()
 
public default_pipeline_name ()
 
public process_options ()
 
public overridable_pipeline_create_commands ()
 
public is_analysis_topup ()
 
public run_pipeline_create_commands ()
 
public add_objects_from_config ()
 
public useful_commands_legend ()
 
- Public Member Functions inherited from Bio::EnsEMBL::Hive::DependentOptions
public new ()
 
public use_cases ()
 
public load_cmdline_options ()
 
public root ()
 
public is_fully_substituted_string ()
 
public is_fully_substituted_structure ()
 
public hash_leaves ()
 
public o ()
 
public substitute ()
 
public merge_from_rules ()
 
public process_options ()
 

Detailed Description

Description

    Generic configuration module for all Ensembl-derived pipelines.
    It extends HiveGeneric_conf with specifically Ensembl things (knows about the release number, for instance).

    So if your pipeline has anything to do with Ensembl API/schema, please inherit (directly or not) your config from this file.

Definition at line 14 of file EnsemblGeneric_conf.pm.

Member Function Documentation

◆ default_options()

public Bio::EnsEMBL::Hive::PipeConfig::EnsemblGeneric_conf::default_options ( )
    Description : Interface method that should return a hash of option_name->default_option_value pairs.
                  Please see existing PipeConfig modules for examples.
 
Code:
click to view

◆ pipeline_wide_parameters()

public Bio::EnsEMBL::Hive::PipeConfig::EnsemblGeneric_conf::pipeline_wide_parameters ( )
    Description : Interface method that should return a hash of pipeline_wide_parameter_name->pipeline_wide_parameter_value pairs.
                  The value doesn't have to be a scalar, can be any Perl structure now (will be stringified and de-stringified automagically).
                  Please see existing PipeConfig modules for examples.
 
Code:
click to view

The documentation for this class was generated from the following file:
Bio::EnsEMBL::Hive::PipeConfig::EnsemblGeneric_conf::default_options
public default_options()
EnsEMBL
Definition: Filter.pm:1
Bio::EnsEMBL::ApiVersion::software_version
public software_version()
Bio::EnsEMBL::Hive::PipeConfig::EnsemblGeneric_conf::pipeline_wide_parameters
public pipeline_wide_parameters()