#include "common.html"/> <#macro argumentlist name myargs> <#if myargs?size != 0>
${arg.summary}
${arg.fulltext}
${arg.name} binds reference ordered data. This argument supports ROD files of the following types: ${arg.rodTypes}
#if> <#if arg.options??>The ${arg.name} argument is an enumerated type (${arg.type}), which can have one of the following values:
<#if arg.required??> <#if arg.required == "yes"> R #if> #if> ${arg.type} <#if arg.defaultValue??> ${arg.defaultValue} #if> <#if arg.minValue??> [ [ ${arg.minValue} #if> <#if arg.minRecValue??> [ ${arg.minRecValue} #if> <#if arg.maxRecValue??> ${arg.maxRecValue} ] #if> <#if arg.maxValue??> ${arg.maxValue} ] ] #if>
#macro> <#macro relatedByType name type> <#list relatedDocs as relatedDoc> <#if relatedDoc.relation == type>${summary}
<#-- using goto dev annotation instead, see above footer <#if author??>This Read Filter is automatically applied to the data by the Engine before processing by ${name}.
#if> <#if (readfilters?size > 1) >These Read Filters are automatically applied to the data by the Engine before processing by ${name}.
#if>This tool can be run in multi-threaded mode using this option.
#if> <#if (parallel?size > 1)>This tool can be run in multi-threaded mode using these options.
#if>This tool does not apply any downsampling by default.
#if> <#if downsampling.by != "NONE">This tool applies the following downsampling settings by default.
This tool uses a sliding window on the reference.
This tool uses ActiveRegions on the reference.
The arguments described in the entries below can be supplied to this tool to modify its behavior. For example, the -L argument directs the GATK engine restricts processing to specific genomic intervals (this is an Engine capability and is therefore available to all GATK walkers).
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 |
|---|
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.
<#list arguments.all as arg> <@argumentDetails arg=arg/> #list> #if> <@footerInfo /> <#-- Specify go-to developer (for internal use) --> <#if gotoDev??> GTD: ${gotoDev} #if> <@footerClose /> <@pageFooter />