File: trimmomatic.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 (20 lines) | stat: -rw-r--r-- 736 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
---
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 input FastQ file names in
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
```