Mercurial > repos > iuc > samtools_markdup
comparison macros.xml @ 2:a312a0fdaf31 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_markdup commit e33502c1fc025859ccbcd2a273f837fac9d322e0"
author | iuc |
---|---|
date | Thu, 22 Apr 2021 12:58:55 +0000 |
parents | 046cbf29795a |
children | d0a568e1904b |
comparison
equal
deleted
inserted
replaced
1:83b8e36e9cbe | 2:a312a0fdaf31 |
---|---|
75 ]]></token> | 75 ]]></token> |
76 <xml name="seed_input"> | 76 <xml name="seed_input"> |
77 <param name="seed" type="integer" optional="True" label="Seed for random number generator" help="If empty a random seed is used." /> | 77 <param name="seed" type="integer" optional="True" label="Seed for random number generator" help="If empty a random seed is used." /> |
78 </xml> | 78 </xml> |
79 <xml name="flag_options"> | 79 <xml name="flag_options"> |
80 <option value="1">read is paired</option> | 80 <option value="1">Read is paired</option> |
81 <option value="2">read is mapped in a proper pair</option> | 81 <option value="2">Read is mapped in a proper pair</option> |
82 <option value="4">read is unmapped</option> | 82 <option value="4">Read is unmapped</option> |
83 <option value="8">mate is unmapped</option> | 83 <option value="8">Mate is unmapped</option> |
84 <option value="16">read reverse strand</option> | 84 <option value="16">Read is mapped to the reverse strand of the reference</option> |
85 <option value="32">mate reverse strand</option> | 85 <option value="32">Mate is mapped to the reverse strand of the reference</option> |
86 <option value="64">read is the first in a pair</option> | 86 <option value="64">Read is the first in a pair</option> |
87 <option value="128">read is the second in a pair</option> | 87 <option value="128">Read is the second in a pair</option> |
88 <option value="256">alignment or read is not primary</option> | 88 <option value="256">Alignment of the read is not primary</option> |
89 <option value="512">read fails platform/vendor quality checks</option> | 89 <option value="512">Read fails platform/vendor quality checks</option> |
90 <option value="1024">read is a PCR or optical duplicate</option> | 90 <option value="1024">Read is a PCR or optical duplicate</option> |
91 <option value="2048">supplementary alignment</option> | 91 <option value="2048">Alignment is supplementary</option> |
92 </xml> | 92 </xml> |
93 | 93 |
94 <!-- region specification macros and tokens for tools that allow the specification | 94 <!-- region specification macros and tokens for tools that allow the specification |
95 of region by bed file / space separated list of regions --> | 95 of region by bed file / space separated list of regions --> |
96 <token name="@REGIONS_FILE@"><![CDATA[ | 96 <token name="@REGIONS_FILE@"><![CDATA[ |