EnglishFrenchSpanish

OnWorks favicon

bp_papplmaker.plp - Online in the Cloud

Run bp_papplmaker.plp in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command bp_papplmaker.plp that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


papplmaker.PLS - Analysis tools module generator

SYNOPSIS


# get some help
papplmaker.PLS -h

# generate module for program 'seqret'
papplmaker.PLS -n edit.seqret

# ditto, but specify where to find 'seqret'
papplmaker.PLS -n edit::seqret
-l http://localhost:8080/axis/services

# ditto, but specify a non-default access method to 'seqret'
papplmaker.PLS -n edit::seqret
-l http://corba.ebi.ac.uk/IOR/Analyses.ref
-a corba

# generate modules for all available analyses
# (using default location and default access method)
papplmaker.PLS

# do not generate but see what would be generated
papplmaker.PLS -s
papplmaker.PLS -S

# generate module for analysis 'edit::seqret'
# but name it 'MySeqret'
papplmaker.PLS -n edit::seqret -m MySeqret

# ...and use it
use MySeqret;
print new MySeqret->sequence_direct_data ('tatatacccgt')
->osformat ('embl')
->wait_for
->outseq;

# ditto but put the result into directory '/tmp/my'
# (directories do not need to exist)
papplmaker.PLS -n edit::seqret -m MySeqret -d /tmp/my/

# generate modules for all analysis whose names
# matches given regular expression (case insensitive)
papplmaker.PLS -r 'edit'

# ditto, but name generated module with your own names
# (letting papplmaker.PLS substitute parts of your names)
papplmaker.PLS -r 'edit' -m 'My_$ANALYSIS'

DESCRIPTION


The module "Bio::Tools::Run::Analysis" provides access to the local and remote analysis
tools in a unified way (defined in "Bio::AnalysisI"). The module uses general approach
allowing to set arbitrary input data and to retrieve results by naming them. However,
sometimes is more convenient to use a specific module, representing one analysis tool,
that already knows about available input and result names.

The generator "papplmaker.PLS" creates such dedicated modules.

"papplmaker.PLS" uses the same access method as the general module - which means that
depending on the parameter "access" it can use SOAP, CORBA or any other (supported)
protocol, or it can access local analysis (available on the same machine where
"papplmaker.PLS" is invoked).

"papplmaker.PLS" does its job either for one named analysis (specified by the "-n" option,
or it uses "Bio::Tools::Run::AnalysisFactory" module in order to find what analyses are
available, and can limit their number by matching against a regular expression given by
the "-r" option.

The generated module or modules are named by default similarly to the names of the
corresponding analyses, but this can be changed by the "-m" option which is actually a
template where the following strings are recognised and replaced:

$ANALYSIS or ${ANALYSIS}
Will be replaced by the name of the analysis.

$CATEGORY or ${CATEGORY}
Will be replaced by the name of the category where the analysis belongs to.

$SERVICE or ${SERVICE}
Will be replaced by the entire name of the service (which is usually a concatenation
of a category and a analysis name, and it is used also as a default module name, btw).

What is a difference between the "service" and "analysis", and what does "category" mean?
Sometimes these terms may be confusing because they may mean slightly different things
depending on the access method used to communicate with them. Generally, an "analysis" is
a program (an application, a tool) running somewhere, but sometimes on a local machine. An
example of an analysis is "seqret" (from the EMBOSS package). The analyses can be grouped
into categories by their functions or by type of data they deal with (but sometimes there
are no categories at all). Each analyses can be accessed using a higher level of
abstraction, a "service". A service is usually a protocol-dependent wrapper, such as a Web
Service, or a CORBA service. For example there is a "edit::seqret" service which
represents analysis "seqret" in the category "edit".

FEEDBACK


Mailing Lists
User feedback is an integral part of the evolution of this and other Bioperl modules. Send
your comments and suggestions preferably to the Bioperl mailing list. Your participation
is much appreciated.

[email protected] - General discussion
http://bioperl.org/wiki/Mailing_lists - About the mailing lists

Reporting Bugs
Report bugs to the Bioperl bug tracking system to help us keep track of the bugs and their
resolution. Bug reports can be submitted via the web:

http://redmine.open-bio.org/projects/bioperl/

Use bp_papplmaker.plp online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Alt-F
    Alt-F
    Alt-F provides a free and open source
    alternative firmware for the DLINK
    DNS-320/320L/321/323/325/327L and
    DNR-322L. Alt-F has Samba and NFS;
    supports ext2/3/4...
    Download Alt-F
  • 2
    usm
    usm
    Usm is a unified slackware package
    manager that handles automatic
    dependency resolution. It unifies
    various package repositories including
    slackware, slacky, p...
    Download usm
  • 3
    Chart.js
    Chart.js
    Chart.js is a Javascript library that
    allows designers and developers to draw
    all kinds of charts using the HTML5
    canvas element. Chart js offers a great
    array ...
    Download Chart.js
  • 4
    iReport-Designer for JasperReports
    iReport-Designer for JasperReports
    NOTE: iReport/Jaspersoft Studio Support
    Announcement: As of version 5.5.0,
    Jaspersoft Studio will be the official
    design client for JasperReports. iReport
    will...
    Download iReport-Designer for JasperReports
  • 5
    PostInstallerF
    PostInstallerF
    PostInstallerF will install all the
    software that Fedora Linux and others
    doesn't include by default, after
    running Fedora for the first time. Its
    easy for...
    Download PostInstallerF
  • 6
    strace
    strace
    The strace project has been moved to
    https://strace.io. strace is a
    diagnostic, debugging and instructional
    userspace tracer for Linux. It is used
    to monitor a...
    Download strace
  • More »

Linux commands

Ad