Bio::EnsEMBL::Analysis::RunnableDB::Funcgen Splitter
SummaryIncluded librariesPackage variablesSynopsisDescriptionGeneral documentationMethods
Toolbar
WebCvsRaw content
Summary
Bio::EnsEMBL::Analysis::RunnableDB::Funcgen::Splitter
Package variables
No package variables defined.
Included modules
Bio::EnsEMBL::Analysis::Config::Funcgen::Splitter
Bio::EnsEMBL::Analysis::Config::General
Bio::EnsEMBL::Analysis::Runnable::Funcgen::Splitter
Bio::EnsEMBL::Analysis::RunnableDB
Bio::EnsEMBL::Analysis::RunnableDB::Funcgen
Bio::EnsEMBL::Utils::Exception qw ( throw warning )
Data::Dumper
Inherit
Bio::EnsEMBL::Analysis::RunnableDB::Funcgen
Synopsis
  my $runnable = Bio::EnsEMBL::Analysis::RunnableDB::Funcgen::Splitter->new
(
-db => $db,
-input_id => 'chromosome::20:1:100000:1',
-analysis => $analysis,
);
$runnable->fetch_input;
$runnable->run;
$runnable->write_output;
Description
This module provides an interface between the ensembl database and
the Runnable Splitter which wraps the command line version of the Splitter
program (http://zlab.bu.edu/splitter)
Methods
newDescriptionCode
Methods description
newcode    nextTop
  Arg [1]     : 
Arg [2] :
Description : Instantiates new Splitter runnabledb
Returntype : Bio::EnsEMBL::Analysis::RunnableDB::Funcgen::Splitter object
Exceptions :
Example :
Methods code
newdescriptionprevnextTop
sub new {
    print "Analysis::RunnableDB::Funcgen::Splitter::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;
}
General documentation
LICENCETop
This code is distributed under an Apache style licence. Please see
/info/about/code_licence.html for details.
AUTHORTop
Stefan Graf, Ensembl Functional Genomics -
CONTACTTop
Post questions to the Ensembl development list: ensembl-dev@ebi.ac.uk