ensembl-hive
2.8.0
|
This RunnableDB module acts as a wrapper around a database connection. It interfaces with the database the same way as you would on the command line (i.e. with redirections and / or pipes to other commands) but with hive parameters instead. The database connection is created from the "data_dbc" parameter, if provided, or the current hive database.
public Bio::EnsEMBL::Hive::RunnableDB::DbCmd::fetch_input | ( | ) |
Description : Implements fetch_input() interface method of Bio::EnsEMBL::Hive::Process that is used to read in parameters and load data. Here it deals with finding the command line, doing parameter substitution and storing the result in a predefined place.
param('cmd'): The recommended way of passing in the command line. It can be either a string, or an array-ref of strings. The later is safer if some of the arguments contain white-spaces.
param('*'): Any other parameters can be freely used for parameter substitution.
public Bio::EnsEMBL::Hive::RunnableDB::DbCmd::param_defaults | ( | ) |
Undocumented method