Main > Programming > Libraries >

Bio::Tools::Run::PiseWorkflow 1.4

Bio::Tools::Run::PiseWorkflow 1.4

Sponsored Links

Bio::Tools::Run::PiseWorkflow 1.4 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.81 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 975
Date added: 2007-02-22
Publisher: Bio Perl team

Bio::Tools::Run::PiseWorkflow 1.4 description

Bio::Tools::Run::PiseWorkflow is a class to create a Pise workflow using Pise application objects as methods. A workflow is defined by a set of methods which all instanciate the class PiseApplication.

SYNOPSIS

# First, create a Bio::Tools::Run::AnalysisFactory::Pise object:
my $factory = new Bio::Tools::Run::AnalysisFactory::Pise();
# Then create the application objects (Pise::Run::Tools::PiseApplication):
my $clustalw = $factory->program(clustalw);
$clustalw->infile($my_alignment_file);
my $protpars = $factory->program(protpars);

# You can specify different servers for different applications :
my $protdist = $factory->program(protpars
-remote => http://kun.homelinux.com/cgi-bin/Pise/5.a//protpars.pl,
-email => your_email);

# Create a new workflow object :
my $workflow = Bio::Tools::Run::PiseWorkflow->new();

# Define the workflows methods using the application objects:
# the application method $protpars will receive the output of
# type readseq_ok_alig from the application method $clustalw.
$workflow->addpipe(-method => $clustalw,
-tomethod => $protpars,
-pipetype => readseq_ok_alig);

# The application method $clustalw will be piped to a second
# application method ($protdist) using the output of type readseq_ok_alig.
$workflow->addpipe(-method => $clustalw,
-tomethod => $protdist,
-pipetype => readseq_ok_alig);

# The application method $protpars will be piped to the application
# method $consense using the output of type phylip_tree.
my $consense = $factory->program(consense);
$workflow->addpipe(-method => $protpars,
-tomethod => $consense,
-pipetype => phylip_tree);

# Run the workflow.
$workflow->run();

Bio::Tools::Run::PiseWorkflow 1.4 Screenshot

Advertisements

Bio::Tools::Run::PiseWorkflow 1.4 Keywords

Bookmark Bio::Tools::Run::PiseWorkflow 1.4

Hyperlink code:
Link for forum:

Bio::Tools::Run::PiseWorkflow 1.4 Copyright

WareSeeker periodically updates pricing and software information of Bio::Tools::Run::PiseWorkflow 1.4 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Bio::Tools::Run::PiseWorkflow 1.4 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Bio::Tools::Run::PiseApplication::freak is a Perl module. Free Download
Bio::Tools::Run::TribeMCL is a method for clustering proteins into related groups, which are termed protein families. Free Download
Bio::Tools::Run::PiseApplication::fasta is a Bioperl class for sequence database search. Free Download
Bio::Tools::Run::PiseApplication::charge is a Perl module. Free Download
Bio::Tools::Run::PiseApplication::consensus is a Perl module. Free Download
Bio::Tools::Run::PiseApplication::align2model is a Bioperl class for align2model - create a multiple alignment of sequences... Free Download
Cubetto Toolset is a language independet modeling tool. Thus, you can create your own meta-models describing a modeling language and create models using that language afterwards. Free Download
Bio::Tools::AlignFactory is a base object for alignment factories. Free Download