File: prokka.md

package info (click to toggle)
multiqc 1.21%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 30,168 kB
  • sloc: python: 52,323; javascript: 7,064; sh: 76; makefile: 24
file content (28 lines) | stat: -rw-r--r-- 1,004 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
name: Prokka
url: http://www.vicbioinformatics.com/software.prokka.shtml
description: >-
  Prokka is a software tool for the rapid annotation of prokaryotic genomes.
---

The Prokka module analyses summary results from the
[Prokka](http://www.vicbioinformatics.com/software.prokka.shtml) annotation
pipeline for prokaryotic genomes.
The Prokka module accepts two configuration options:

- `prokka_table`: default `False`. Show a table in the report.
- `prokka_barplot`: default `True`. Show a barplot in the report.
- `prokka_fn_snames`: default `False`. Use filenames for sample names (see below).

Sample names are generated using the first line in the prokka reports:

```
organism: Helicobacter pylori Sample1
```

The module assumes that the first two words are the organism name and
the third is the sample name. So the above will give a sample name of
`Sample1`.

If you prefer, you can set `config.prokka_fn_snames` to `True` and MultiQC
will instead use the log filename as the sample name.