Summary | Included libraries | Package variables | Synopsis | Description | General documentation | Methods |
WebCvs | Raw content |
my $runnable = Bio::EnsEMBL::Analysis::RunnableDB::Funcgen::Chipotle->new
(
-db => $db,
-input_id => 'chromosome::20:1:100000:1',
-analysis => $analysis,
);
$runnable->fetch_input;
$runnable->run;
$runnable->write_output;
new | Description | Code |
new | code | next | Top |
Arg [1] : |
new | description | prev | next | Top |
print "Analysis::RunnableDB::Funcgen::Chipotle::new\n"; my ($class,@args) = @_; my $self = $class->SUPER::new(@args); $self->read_and_check_config($CONFIG); # add some runnable/program special params to analysis here}
# make sure we have the correct analysis object
$self->check_Analysis(); # make sure we can store the correct feature_set, data_sets, and result_sets
$self->check_Sets(); return $self; } 1;
AUTHOR | Top |
CONTACT | Top |