Summary | Included libraries | Package variables | Synopsis | Description | General documentation | Methods |
WebCvs | Raw content |
my $accumulator = Bio::EnsEMBL::Analysis::RunnableDB::Accumulator->
new(
-input_id => 'ACCUMULATOR',
-db => $db,
-analysis => $analysis,
);
$accumulator->fetch_input;
$accumulator->run;
$accumulator->write_output;
fetch_input | Description | Code |
run | No description | Code |
write_output | No description | Code |
fetch_input | code | next | Top |
Title : fetch_input |
fetch_input | description | prev | next | Top |
my( $self) = @_; throw("No input id") unless defined($self->input_id); return 1;}
run | description | prev | next | Top |
my ($self) = @_; print "Dummy RunnableDB - no runnable to run\n";}
write_output | description | prev | next | Top |
my ($self) = @_; print "Dummy RunnableDB - no output to write\n"; return 1; } 1;}
CONTACT | Top |