Difference between revisions of "Bioperl Pipeline"

From GMOD
Jump to: navigation, search
m
m
Line 1: Line 1:
 
{{Unsupported}}
 
{{Unsupported}}
  
See [[Ergatis]], [[Galaxy]], [[Genome grid]] and [[MAKER]] for currently supported workflow and analysis packages.
+
See [[Ergatis]], [[Galaxy]], [[Genome grid]], [[DIYA]] and [[MAKER]] for currently supported workflow and analysis packages.
  
 
== Description ==
 
== Description ==
  
The [http://www.genome.org/cgi/content/full/13/8/1904  Bioperl pipeline framework ]is a flexible workflow system that complements the Bioperl package by providing job management facilities for high throughput sequence analysis. It also known as Biopipe. This system is heavily inspired by the EnsEMBL Pipeline system.
+
The [http://www.genome.org/cgi/content/full/13/8/1904  Bioperl pipeline framework] is a flexible workflow system that complements the Bioperl package by providing job management facilities for high throughput sequence analysis. It also known as Biopipe. This system is heavily inspired by the EnsEMBL Pipeline system.
  
 
* Handling of various input and output data formats from various databases.
 
* Handling of various input and output data formats from various databases.
Line 17: Line 17:
 
* [http://www.perl.com/ Perl 5.6 or later]
 
* [http://www.perl.com/ Perl 5.6 or later]
 
* [http://www.mysql.com/ MySQL]
 
* [http://www.mysql.com/ MySQL]
* [http://bioperl.org/wiki/Main_Page Bioperl Packages] [[Browse CVS]]]<br /> bioperl-pipeline<br /> bioperl-live<br /> bioperl-run
+
* [http://bioperl.org/wiki/Main_Page Bioperl Packages]:
 +
** bioperl-pipeline
 +
** bioperl-live
 +
** bioperl-run
  
 
== Getting the Software ==
 
== Getting the Software ==
  
 
You can download the CVS version of bioperl-pipeline from [http://code.open-bio.org/cgi/viewcvs.cgi/ Bioperl CVS]
 
You can download the CVS version of bioperl-pipeline from [http://code.open-bio.org/cgi/viewcvs.cgi/ Bioperl CVS]
 
  
 
  cvs -d :pserver:cvs@cvs.open-bio.org:/home/repository/bioperl co bioperl-pipeline
 
  cvs -d :pserver:cvs@cvs.open-bio.org:/home/repository/bioperl co bioperl-pipeline
Line 34: Line 36:
 
== Affiliated projects ==
 
== Affiliated projects ==
  
[http://www.maizegdb.org/ Maize annotation project]<br />[http://paramecium.cgm.cnrs-gif.fr/db/about_project Paramecium genome curation project]<br />
+
[http://www.maizegdb.org/ Maize annotation project]
 +
 
 +
[[ParameciumDB]]
  
 
[[Category:BioPerl]]
 
[[Category:BioPerl]]

Revision as of 20:44, 15 September 2009

The item described in this page is not (or is no longer) supported by the GMOD project.
This page is included only for reference purposes.

See Ergatis, Galaxy, Genome grid, DIYA and MAKER for currently supported workflow and analysis packages.

Description

The Bioperl pipeline framework is a flexible workflow system that complements the Bioperl package by providing job management facilities for high throughput sequence analysis. It also known as Biopipe. This system is heavily inspired by the EnsEMBL Pipeline system.

  • Handling of various input and output data formats from various databases.
  • A bioperl interface to non-specific loadsharing software (LSF,PBS etc) to ensure that the various analysis programs are run in proper order and are successfully completed while re-running those that fail.
  • A flexible pluggable bioperl interface that allows programs to be 'pipeline-enabled'. Setting up bioinformatics pipeline is not trivial. This tutorial introduces some aspects of biopipe through setting up a very simple blast pipeline and a protein analysis pipeline.It is hope that through this tutorial, two objectives are achieved:
  • Iron out installation issues using a simple example.
  • Familiarization with the biopipe system and introduction of the XML system we have develop to ameliorate some of the complexities involve in setting up.

Requirements

Getting the Software

You can download the CVS version of bioperl-pipeline from Bioperl CVS

cvs -d :pserver:cvs@cvs.open-bio.org:/home/repository/bioperl co bioperl-pipeline


Mailing List

Mailing list


Affiliated projects

Maize annotation project

ParameciumDB