File: trimmomatic.md

package info (click to toggle)
multiqc 1.9%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 27,568 kB
  • sloc: python: 28,657; javascript: 3,233; sh: 74; makefile: 24
file content (20 lines) | stat: -rw-r--r-- 710 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
Name: Trimmomatic
URL: http://www.usadellab.org/cms/?page=trimmomatic
Description: >
    Trimmomatic is a flexible read trimming tool for Illumina NGS data
---

The Trimmomatic module parses standard error generated by
[Trimmomatic](http://www.usadellab.org/cms/?page=trimmomatic),
a flexible read trimming tool for Illumina NGS data. StdErr can be captured by
directing it to a file e.g. `trimmomatic command 2> trim_out.log`

By default, the module generates the sample names based on the command line used
by Trimmomatic. If you prefer, you can tell the module to use the filenames as
sample names instead. To do so, use the following config option:

```yaml
trimmomatic:
    s_name_filenames: true
```