BioPerl

From HP-SEE Wiki

(Difference between revisions)
Jump to: navigation, search
(Dependacies)
(HP-SEE Applications)
 
(9 intermediate revisions not shown)
Line 8: Line 8:
== Authors/Maintainers ==
== Authors/Maintainers ==
-
* Also origin, if the software comes from a specific project.
+
Bioperl developers: [mailto:bioperl-l@bioperl.org bioperl-l@bioperl.org]
== Summary ==
== Summary ==
Line 37: Line 37:
* Installation on [http://www.bioperl.org/wiki/Installing_Bioperl_for_Unix Unix] and on [http://www.bioperl.org/wiki/Installing_Bioperl_on_Windows Windows]
* Installation on [http://www.bioperl.org/wiki/Installing_Bioperl_for_Unix Unix] and on [http://www.bioperl.org/wiki/Installing_Bioperl_on_Windows Windows]
* [http://www.bioperl.org/wiki/HOWTOs#BioPerl_HOWTOs HowTo]
* [http://www.bioperl.org/wiki/HOWTOs#BioPerl_HOWTOs HowTo]
-
* [http://www.bioperl.org/wiki/Bptutorial.pl Tutorial]
+
* [http://www.bioperl.org/wiki/Bptutorial.pl Tutorial] and tutorial [http://www.bioperl.org/wiki/Tutorials documents]
== Dependacies ==
== Dependacies ==
Line 49: Line 49:
== HP-SEE Applications ==
== HP-SEE Applications ==
-
* Applications using it
+
* DeepAligner (Deep sequencing for short fragment alignment) [http://wiki.hp-see.eu/index.php/DeepAligner]
 +
* DiseaseGene (In-silico Disease Gene Mapper) [http://wiki.hp-see.eu/index.php/DiseaseGene]
== Resource Centers ==
== Resource Centers ==
Line 56: Line 57:
== Usage by other projects and communities ==
== Usage by other projects and communities ==
* If any
* If any
 +
 +
== Recommendations for Configuration and Usage ==
 +
 +
Need to be installed to user space.

Latest revision as of 23:15, 24 April 2012

Contents

Information

Authors/Maintainers

Bioperl developers: bioperl-l@bioperl.org

Summary

BioPerl is a toolkit of perl modules useful in building bioinformatics solutions in Perl. It is built in an object-oriented manner so that many modules depend on each other to achieve a task. The collection of modules in the BioPerl-live repository consist of the core of the functionality of BioPerl. Additionally auxiliary modules for creating graphical interfaces (bioperl-gui), persistent storage in RDMBS (bioperl-db), running and parsing the results from hundreds of bioinformatics applications (Run package), software to automate bioinformatic analyses (bioperl-pipeline) are all available as Git modules. Bioperl is a collection of Perl modules that facilitate the development of Perl scripts for bioinformatics applications. As such, it does not include ready to use programs in the sense that many commercial packages and free web-based interfaces do (e.g. Entrez, SRS). On the other hand, Bioperl does provide reusable Perl modules that facilitate writing Perl scripts for sequence manipulation, accessing of databases using a range of data formats and execution and parsing of the results of various molecular biology programs including Blast, clustalw, TCoffee, genscan, ESTscan and HMMER. Consequently, BioPerl enables one to develop scripts that can analyze large quantities of sequence data in ways that are typically difficult or impossible with web based systems.

Features

  • Listed features

Architectural/Functional Overview

  • high level design info, how it works, performance - may be a link, or several links

Usage Overview

Dependacies

  • Unix
    • Perl 5.6.1 or later; version 5.8 or greater is recommended.
    • make. For Mac OS X, this requires installing the Xcode Developer Tools.
  • Windows

other dependencies

HP-SEE Applications

  • DeepAligner (Deep sequencing for short fragment alignment) [1]
  • DiseaseGene (In-silico Disease Gene Mapper) [2]

Resource Centers

  • RCs supporting it (with version number if not the same as above)

Usage by other projects and communities

  • If any

Recommendations for Configuration and Usage

Need to be installed to user space.

Personal tools