Skip to content

GitLab

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

Home · Changes

Page history
Update Sumatra authored Mar 28, 2019 by Celine Mercier's avatar Celine Mercier
Hide whitespace changes
Inline Side-by-side
Showing with 4 additions and 3 deletions
+4 -3
  • Home.md Home.md +4 -3
  • No files found.
Home.md 0 → 100644
View page @ a8764012
With the development of next-generation sequencing, efficient tools are needed to handle millions of sequences in reasonable amounts of time.
**Sumatra** is a program developed by the [LECA](http://www-leca.ujf-grenoble.fr/?lang=en).
**Sumatra** aims to compare sequences in a way that is fast and exact at the same time. This tool has been developed to be adapted to the type of data generated by DNA metabarcoding, i.e. entirely sequenced, short markers.
**Sumatra** computes the pairwise alignment scores from one dataset or between two datasets, with the possibility to specify a similarity threshold under which pairs of sequences that have a lower similarity are not reported. The output can then go through a classification process with programs such as **MCL** or **MOTHUR**.
Currently, **Sumatra** is available as a program that you can download and install on Unix-like machines.
### Latest Updates
**Version 1.0.34:** Compilation with the libsuma library (see https://git.metabarcoding.org/obitools/sumalibs).
**Version 1.0.31:** Fixed a memory bug with similarity thresholds of 100%.
**Version 1.0.20:** The input can now be the standard input when there is only one dataset to analyze.
**Version 1.0.10:** **Sumatra** and **Sumaclust** have been split in two packages.
## Installing Sumatra
Download the archive on this page, then untar it, go into the newly created directory and compile:
tar –zxvf sumatra_v[x.x.xx].tar.gz
cd sumatra_v[x.x.xx]
make -C sumalibs install
make install
See the user manual downloadable from this page and included in the archive for a complete documentation.
## See also
[**Sumaclust**](https://git.metabarcoding.org/obitools/sumaclust/wikis/home/) clusters sequences using the same alignment methods as **Sumatra**.
## Download
[sumatra_v1.0.34.tar.gz](/uploads/fc0f833d8059aa84363ffca104424d17/sumatra_v1.0.34.tar.gz)
[sumatra_user_manual.pdf](/uploads/055a82b403495fd10a340a75b7dffba8/sumatra_user_manual.pdf)
Clone repository
  • Home