Keep only reads whose length is within a certain range
Category Read Filters
Overview
Keep only reads whose length is ≥ min value and ≤ max value.ReadLengthReadFilter specific arguments
This table summarizes the command-line arguments that are specific to this tool. For more details on each argument, see the list further down below the table or click on an argument name to jump directly to that entry in the list.
Argument name(s) | Default value | Summary | |
---|---|---|---|
Required Arguments | |||
--max-read-length |
null | Keep only reads with length at most equal to the specified value | |
Optional Tool Arguments | |||
--min-read-length |
1 | Keep only reads with length at least equal to the specified value |
Argument details
Arguments in this list are specific to this tool. Keep in mind that other arguments are available that are shared with other tools (e.g. command-line GATK arguments); see Inherited arguments above.
--max-read-length / NA
Keep only reads with length at most equal to the specified value
R Integer null
--min-read-length / NA
Keep only reads with length at least equal to the specified value
int 1 [ [ -∞ ∞ ] ]
GATK version 4.1.6.0-SNAPSHOT built at Thu, 2 Apr 2020 14:54:17 -0400.
0 comments
Please sign in to leave a comment.