Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
O
OBITools3
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 33
    • Issues 33
    • 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
  • OBITools3
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Dec 13, 2019 by Celine Mercier's avatar Celine Mercier
Hide whitespace changes
Inline Side-by-side
Showing with 4 additions and 27 deletions
+4 -27
  • home.md home.md +4 -27
  • No files found.
home.md
View page @ b01ab790
The `OBITools3`: A package for the management of analyses and data in DNA metabarcoding The `OBITools3`: A package for the management of analyses and data in DNA metabarcoding
--------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------
### [About the OBITools3](https://git.metabarcoding.org/obitools/obitools3/blob/master/README.md)
### Notes
The OBITools3 are still in beta. They work on OSX and Linux systems, and should work on the Windows Subsystem for Linux soon. If you encounter bugs or want to request a feature, you can do so in [issues](https://git.metabarcoding.org/obitools/obitools3/issues) or by sending an email at <celine.mercier@metabarcoding.org>. You can also see incoming features in the issues. The OBITools3 are still in beta. They work on OSX and Linux systems, and should work on the Windows Subsystem for Linux soon. If you encounter bugs or want to request a feature, you can do so in [issues](https://git.metabarcoding.org/obitools/obitools3/issues) or by sending an email at <celine.mercier@metabarcoding.org>. You can also see incoming features in the issues.
### Tutorial * [About the OBITools3](https://git.metabarcoding.org/obitools/obitools3/blob/master/README.md)
Tutorial using most commands:
[Wolf tutorial](Wolf_tutorial)
### Installing the OBITools3
The OBITools3 are now available to download from git, and will soon be on Nix ([pull request](https://github.com/NixOS/nixpkgs/pull/69644)).
Requirements: **python3, python3-venv, git, CMake**
Then you can do:
git clone https://git.metabarcoding.org/obitools/obitools3.git * [Installing the OBITools3](Installing-the-OBITools3)
cd obitools3
python3 -m venv obi3-env
. obi3-env/bin/activate
pip install cython
python3 setup.py install
. obi_completion_script.sh
And test the installation with:
obi test * [Tutorial using most commands](Wolf-tutorial-with-the-OBITools3)
### The OBITools3 data structure * The OBITools3 data structure
The OBITools3 rely on an ad hoc database system, inside which all the data that a DNA metabarcoding experiment must consider is stored: the sequences, the metadata (describing for instance the samples), the database containing the reference sequences used for the taxonomic annotation, as well as the taxonomic databases. The OBITools3 rely on an ad hoc database system, inside which all the data that a DNA metabarcoding experiment must consider is stored: the sequences, the metadata (describing for instance the samples), the database containing the reference sequences used for the taxonomic annotation, as well as the taxonomic databases.
......
Clone repository
  • Installing the OBITools3
  • The OBITools3 data structure
  • The OBITools3 syntax
  • Updating and release notes
  • Wolf tutorial with the OBITools3
  • Home