Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
O
OBITools
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 30
    • Issues 30
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • OBITools
  • OBITools
  • Wiki
  • Home

Last edited by Celine Mercier Jan 30, 2018
Page history
This is an old version of this page. You can view the most recent version or browse the history.

Home

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](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](en.wikipedia.org/wiki/FASTA_format) and [FastQ](en.wikipedia.org/wiki/FASTQ_format) format. Other input formats like [genbank](www.ncbi.nlm.nih.gov/Sitemap/samplerecord.html) or [embl](en.wikipedia.org/wiki/European_Nucleotide_Archive) are supported too as well as formats related to [ecoPCR](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](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](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](pip.readthedocs.org/en/latest/installing.html) installer. We recommend the [pip](pip.readthedocs.org/en/latest/installing.html) installer rather than the `easy_install` one as [pip](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](metabarcoding.org/obitools/doc/wolves.html).

Clone repository
  • Home