<#include "common.html"/> <#macro argumentlist name myargs> <#if myargs?size != 0> ${name} <#list myargs as arg> ${arg.name}
<#if arg.synonyms != "NA"> <#if arg.name[2..] != arg.synonyms[1..]>  ${arg.synonyms} ${arg.defaultValue!"NA"} ${arg.summary} <#macro argumentDetails arg>

${arg.name} <#if arg.synonyms??> / ${arg.synonyms}

${arg.summary}
${arg.fulltext}

<#if arg.rodTypes != "NA">

This argument supports reference-ordered data (ROD) files in the following formats: ${arg.rodTypes}

<#if arg.otherArgumentRequired != "NA">

Dependency: This argument requires that you also specify ${arg.otherArgumentRequired}.

<#if arg.exclusiveOf != "NA">

Exclusion: This argument cannot be used at the same time as ${arg.exclusiveOf}.

<#if arg.options?has_content>

The ${arg.name} argument is an enumerated type (${arg.type}), which can have one of the following values:

<#list arg.options as option>
${option.name}
${option.summary}

<#if arg.required != "NA"> <#if arg.required == "yes"> R ${arg.type} <#if arg.defaultValue?has_content>  ${arg.defaultValue} <#if arg.minValue?is_number>  [ [ ${arg.minValue} <#if arg.minRecValue?is_number>  [ ${arg.minRecValue} <#if arg.maxRecValue?is_number>  ${arg.maxRecValue} ] <#if arg.maxValue?is_number>  ${arg.maxValue} ] ]

<#macro relatedByType name type> <#list relatedDocs as relatedDoc> <#if relatedDoc.relation == type>

${name}

<#break>

${name}

${summary}

<#if group?? >

Category ${group}

<#if walkertype != "">

Traversal ${walkertype}

<#if walkertype != "">

PartitionBy ${partitiontype}

<#if annotfield != "" >

VCF Field ${annotfield}

<#if annotinfo != "" >

Type ${annotinfo}

<#if annotdescript?has_content >

Header definition line
<#list annotdescript as line>
  • ${line}

  • Overview

    ${description} <#-- Create references to additional capabilities if appropriate --> <#if readfilters?size != 0 || parallel?size != 0>

    Additional Information

    <#if readfilters?size != 0>

    Read filters

    <#if readfilters?size = 1>

    This Read Filter is automatically applied to the data by the Engine before processing by ${name}.

    <#if (readfilters?size > 1) >

    These Read Filters are automatically applied to the data by the Engine before processing by ${name}.

    <#if parallel?size != 0>

    Parallelism options

    <#if parallel?size == 1>

    This tool can be run in multi-threaded mode using this option.

    <#if (parallel?size > 1)>

    This tool can be run in multi-threaded mode using these options.

    <#if downsampling?size != 0>

    Downsampling settings

    <#if downsampling.by == "NONE">

    This tool does not apply any downsampling by default.

    <#if downsampling.by != "NONE">

    This tool applies the following downsampling settings by default.

    <#if refwindow?size != 0>

    Window size

    This tool uses a sliding window on the reference.

    <#if activeregion?size != 0>

    ActiveRegion settings

    This tool uses ActiveRegions on the reference.

    <#if extradocs?size != 0 || arguments.all?size != 0>

    Command-line Arguments

    <#if extradocs?size != 0>

    Engine arguments

    All tools inherit arguments from the GATK Engine' "CommandLineGATK" argument collection, which can be used to modify various aspects of the tool's function. For example, the -L argument directs the GATK engine to restrict processing to specific genomic intervals; or the -rf argument allows you to apply certain read filters to exclude some of the data from the analysis.

    <#-- This class is related to other documented classes via sub/super relationships --> <#if relatedDocs?? && relatedDocs?size != 0>

    Related capabilities

    <@relatedByType name="Superclasses" type="superclass"/> <@relatedByType name="Subclasses" type="subclass"/> <#-- Create the argument summary --> <#if arguments.all?size != 0>

    ${name} 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.

    <@argumentlist name="Required Inputs" myargs=arguments.required_in/> <@argumentlist name="Required Outputs" myargs=arguments.required_out/> <@argumentlist name="Required Parameters" myargs=arguments.required_param/> <@argumentlist name="Required Flags" myargs=arguments.required_flag/> <@argumentlist name="Optional Inputs" myargs=arguments.optional_in/> <@argumentlist name="Optional Outputs" myargs=arguments.optional_out/> <@argumentlist name="Optional Parameters" myargs=arguments.optional_param/> <@argumentlist name="Optional Flags" myargs=arguments.optional_flag/> <@argumentlist name="Advanced Inputs" myargs=arguments.advanced_in/> <@argumentlist name="Advanced Outputs" myargs=arguments.advanced_out/> <@argumentlist name="Advanced Parameters" myargs=arguments.advanced_param/> <@argumentlist name="Advanced Flags" myargs=arguments.advanced_flag/> <@argumentlist name="Hidden" myargs=arguments.hidden/> <@argumentlist name="Deprecated" myargs=arguments.deprecated/>
    Argument name(s) Default value Summary
    <#-- List all of the things --> <#if arguments.all?size != 0> <#-- Create the argument details -->

    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.

    <#list arguments.all as arg> <@argumentDetails arg=arg/> <@footerInfo /> <@footerClose />