Summary | Included libraries | Package variables | Synopsis | Description | General documentation | Methods |
WebCvs | Raw content |
my $rsb = Bio::EnsEMBL::Analysis::RunnableDB::ProteinAnnotation::Prints->new(
-db => $db
-input_id => $id
-analysis => $analysis);
fetch_input | No description | Code |
fetch_input | description | prev | next | Top |
my ($self, @args) = @_; $self->SUPER::fetch_input(@args); my $run = Bio::EnsEMBL::Analysis::Runnable::ProteinAnnotation::Prints->new(-query => $self->query, -analysis => $self->analysis); $self->runnable($run); } 1;}