Skip to content

Commit e8d0199

Browse files
committed
FIX Readme
1 parent 42c37a6 commit e8d0199

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ java -classpath <path to trimmomatic jar> org.usadellab.trimmomatic.TrimmomaticS
145145
* `-summary <summaryFile>`: writes a summary of trimming results to a file.
146146
* `-basein <templateInputFile>`: path to one of the **paired-end** input files; its mate is auto-detected.
147147
* `-baseout <templateOutputFile>`: template path used to generate the four **paired-end** output files (using the `_1P`, `_1U`, `_2P`, `_2U` suffixes).
148-
* `-validatePairs`: performs an extra validation step on **paired-end** reads before trimming to ensure read pairs are consistent.
148+
* `-validatePairs`: performs an extra validation step on **paired-end** reads after trimming to ensure read pairs are consistent.
149149
* `-compressLevel <level>`: sets the compression level for BZIP2/GZ output files (1=fastest, 9=best compression).
150150
* `-compressStream` | `compressBlock`: specifies the compression mode. Block compression is the default.
151151
* `-quiet`: suppresses progress output to the console.

0 commit comments

Comments
 (0)