ensembl-hive  2.5
Bio::EnsEMBL::Hive::DataflowTarget Class Reference
+ Inheritance diagram for Bio::EnsEMBL::Hive::DataflowTarget:

Public Member Functions

public unikey ()
 
public on_condition ()
 
public input_id_template ()
 
public extend_param_stack ()
 
public String to_analysis_url ()
 
public Bio::EnsEMBL::Hive::Analysis to_analysis ()
 
public String toString ()
 
- Public Member Functions inherited from Bio::EnsEMBL::Hive::Storable
public Bio::EnsEMBL::Hive::Storable new ()
 
public Int dbID ()
 
public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor adaptor ()
 
public DESTROY ()
 
public AUTOLOAD ()
 
- Public Member Functions inherited from Bio::EnsEMBL::Hive::Cacheable
public hive_pipeline ()
 
public is_local_to ()
 
public count_local_and_remote_objects ()
 
public relative_display_name ()
 
public relative_url ()
 
public display_name ()
 
public unikey ()
 

Detailed Description

Definition at line 6 of file DataflowTarget.pm.

Member Function Documentation

◆ extend_param_stack()

public Bio::EnsEMBL::Hive::DataflowTarget::extend_param_stack ( )
    Function: getter/setter method. The boolean value defines whether the newly created jobs will inherit both the parameters and the accu of the prev_job.
 
Code:
click to view

◆ input_id_template()

public Bio::EnsEMBL::Hive::DataflowTarget::input_id_template ( )
    Function: getter/setter method for the input_id_template of the dataflow target
 
Code:
click to view

◆ on_condition()

public Bio::EnsEMBL::Hive::DataflowTarget::on_condition ( )
    Function: getter/setter method for the on_condition of the dataflow target
 
Code:
click to view

◆ to_analysis()

public Bio::EnsEMBL::Hive::Analysis Bio::EnsEMBL::Hive::DataflowTarget::to_analysis ( )
    Usage   : $self->to_analysis($analysis);
    Function: Get/set method for the goal analysis object of this rule.
    Returns : Bio::EnsEMBL::Hive::Analysis or Bio::EnsEMBL::Hive::Accumulator or Bio::EnsEMBL::Hive::NakedTable
    Args    : Bio::EnsEMBL::Hive::Analysis or Bio::EnsEMBL::Hive::Accumulator or Bio::EnsEMBL::Hive::NakedTable
 
Code:
click to view

◆ to_analysis_url()

public String Bio::EnsEMBL::Hive::DataflowTarget::to_analysis_url ( )
    Arg[1]  : (optional) string $url
    Usage   : $self->to_analysis_url($url);
    Function: Get/set method for the 'to' analysis objects URL for this rule
    Returns : string
 
Code:
click to view

◆ toString()

public String Bio::EnsEMBL::Hive::DataflowTarget::toString ( )
    Args       : (none)
    Example    :
print $df_rule->toString()."\n";
    Description: returns a stringified representation of the rule
    Returntype : string
 
Code:
click to view

◆ unikey()

public Bio::EnsEMBL::Hive::DataflowTarget::unikey ( )

Undocumented method

Code:
click to view

The documentation for this class was generated from the following file: