| Summary | Included libraries | Package variables | Synopsis | Description | General documentation | Methods |
| WebCvs | Raw content |
my $runnabledb = Bio::EnsEMBL::Analysis::RunnableDB::Genefinder->
new(
-input_id => 'contig::AL805961.22.1.166258:1:166258:1',
-db => $db,
-analysis => $analysis,
);
$runnabledb->fetch_input;
$runnabledb->run;
$runnabledb->write_output;
| runnable_path | Description | Code |
| standard_args | Description | Code |
| runnable_path | code | next | Top |
Arg [1] : Bio::EnsEMBL::Analysis::RunnableDB::Genefinder |
| standard_args | code | prev | next | Top |
Arg [1] : Bio::EnsEMBL::Analysis::RunnableDB::Genefinder |
| runnable_path | description | prev | next | Top |
my ($self) = @_; return "Bio::EnsEMBL::Analysis::Runnable::Genefinder";}
| standard_args | description | prev | next | Top |
my ($self) = @_; my %parameters; if($self->parameters_hash){ %parameters = %{$self->parameters_hash}; } return { -query => $self->query, -program => $self->analysis->program_file, -analysis => $self->analysis, %parameters, }; } 1;}
| CONTACT | Top |