File: sortmerna.md

package info (click to toggle)
multiqc 1.21%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 30,164 kB
  • sloc: python: 52,323; javascript: 7,064; sh: 76; makefile: 21
file content (18 lines) | stat: -rw-r--r-- 826 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
name: SortMeRNA
url: http://bioinfo.lifl.fr/RNA/sortmerna/
description: >
  SortMeRNA is a program tool for filtering, mapping and OTU-picking NGS reads
  in metatranscriptomic and metagenomic data.
---

SortMeRNA is a program tool for filtering, mapping and OTU-picking NGS reads in metatranscriptomic and metagenomic data. The core algorithm is based on approximate seeds and allows for fast and sensitive analyses of nucleotide sequences. The main application of SortMeRNA is filtering ribosomal RNA from metatranscriptomic data.

The MultiQC module parses the log files, which are created when `SortMeRNA` is run with the `--log` option.

The default header in the 'General Statistics' table is '% rRNA'. Users can override this using the configuration option:

```yaml
sortmerna:
  tab_header: "My database hits"
```