Summary | Included libraries | Package variables | Synopsis | Description | General documentation | Methods |
WebCvs | Raw content |
Bio::EnsEMBL::Pipeline::RunnableDB::ProteinAnnotation::Superfamily
my $seg = Bio::EnsEMBL::Pipeline::RunnableDB::ProteinAnnotation::Superfamily
->new ( -db => $db,
-input_id => $input_id,
-analysis => $analysis,
);
$seg->fetch_input; # gets sequence from DB
$seg->run;
$seg->output;
$seg->write_output; # writes features to to DB
This object wraps Bio::EnsEMBL::Analysis::Runnable::ProteinAnnotation::Superfamily
to add functionality to read and write to databases in
fetch_input | No description | Code |
fetch_input | description | prev | next | Top |
my ($self) = @_; $self->SUPER::fetch_input; my $run = Bio::EnsEMBL::Analysis::Runnable::ProteinAnnotation::Superfamily-> new(-query => $self->query, -analysis => $self->analysis, -database => $self->analysis->db_file, %{$self->parameters_hash} ); $self->runnable($run); } 1;}
CONTACT | Top |