Difference between revisions of "Bioperl Pipeline"

From GMOD
Jump to: navigation, search
m (Affiliated projects)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Unsupported}}
  
 +
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 15: 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 ==
Line 21: Line 26:
 
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
 +
  
 
== Mailing List ==
 
== Mailing List ==
  
 
[http://bioperl.org/mailman/listinfo/bioperl-pipeline Mailing list]
 
[http://bioperl.org/mailman/listinfo/bioperl-pipeline Mailing list]
 +
  
 
== 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://pre.ensembl.org/Ciona_savignyi/index.html Ciona savignyi genome project]
+
[http://www.maizegdb.org/ Maize annotation project]
  
 +
[http://www.top-registry-cleaner.org/ system registry cleaner]
  
 +
[[ParameciumDB]]
  
* [[1. Documentation]]
+
[[Category:BioPerl]]
* [[2. Development]]
+

Latest revision as of 12:53, 29 December 2010

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

system registry cleaner

ParameciumDB