|
|
OBITools
|
|
|
========
|
|
|
|
|
|
**OBITools** is a set of python programs developed to simplify the manipulation of sequence files in our labs. They were mainly designed to help us for analyzing Next Generation Sequencer outputs (454 or Illumina) in the context of [DNA Metabarcoding](http://metabarcoding.org).
|
|
|
|
|
|
They are highly related with the following softwares:
|
|
|
|
|
|
- [ecoPCR](http://www.grenoble.prabi.fr/trac/ecoPCR) for [DNA Metabarcoding](http://metabarcoding.org) primers in silico evaluation.
|
|
|
- x [ecoPrimers](http://www.grenoble.prabi.fr/trac/ecoPrimers) for [DNA Metabarcoding](http://metabarcoding.org) primers design.
|
|
|
- x [sumatra and sumaclust](http://metabarcoding.org/sumatra) for fast alignment and clustering of NGS reads.
|
|
|
|
|
|
The programs evolved with our needs. They mainly provide facilities to manipulate sequence files in [Fasta](http://en.wikipedia.org/wiki/FASTA_format) and [FastQ](http://en.wikipedia.org/wiki/FASTQ_format) format. Other input formats like [genbank](http://www.ncbi.nlm.nih.gov/Sitemap/samplerecord.html) or [embl](http://en.wikipedia.org/wiki/European_Nucleotide_Archive) are supported too as well as formats related to [ecoPCR](http://www.grenoble.prabi.fr/trac/ecoPCR).
|
|
|
|
|
|
The **OBITools** programs
|
|
|
-------------------------
|
|
|
|
|
|
The **OBITools** programs aims to help you to manipulate various data and sequence files in a convenient way using the *Unix* command line interface. They follow the standard *Unix* interface for command line program, allowing to chain a set of commands using the pipe mecanism.
|
|
|
|
|
|
All these programs have a option printing a small online help to describe the different options accepted by the programs. A complete documentation is available [here](http://metabarcoding.org/obitools/doc)
|
|
|
|
|
|
Most of the **OBITools** programs' names start by \`obi\`. By using the command autocompletion behavior of your unix shell you can have easily access to all the command name.
|
|
|
|
|
|
Some way to use **obitools**
|
|
|
----------------------------
|
|
|
|
|
|
A complete tutorial, demonstrating how to analyse DNA metabarcoding data using **OBITools** is available [here](http://metabarcoding.org/obitools/doc)
|
|
|
|
|
|
Download and install **OBITools**
|
|
|
---------------------------------
|
|
|
|
|
|
OBITools are deposed on the PYPI archive site, you can easily install them on your computer using the Python [pip](http://pip.readthedocs.org/en/latest/installing.html) installer. We recommend the [pip](http://pip.readthedocs.org/en/latest/installing.html) installer rather than the \`easy\_install\` one as [pip](http://pip.readthedocs.org/en/latest/installing.html) take in charge dependencies between python modules
|
|
|
|
|
|
For a full description of the installation procedure, please consult the [OBITools documentation](http://metabarcoding.org/obitools/doc/wolves.html). |
|
|
\ No newline at end of file |