comparison macros.xml @ 0:079f2ee9bd64 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/preseq commit 730a243f12a30a36277b58fb0d92891c81af4c6f
author iuc
date Wed, 11 Mar 2026 19:19:04 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:079f2ee9bd64
1 <macros>
2 <token name="@TOOL_VERSION@">3.2.0</token>
3 <token name="@VERSION_SUFFIX@">0</token>
4 <token name="@PROFILE@">25.1</token>
5
6 <xml name="requirements">
7 <requirements>
8 <requirement type="package" version="@TOOL_VERSION@">preseq</requirement>
9 </requirements>
10 </xml>
11
12 <xml name="citations">
13 <citations>
14 <citation type="doi">10.1038/nmeth.2375</citation>
15 </citations>
16 </xml>
17
18 <xml name="macro_input_bam">
19 <param name="input_bam" type="data" format="bam" label="Input BAM file" help="IMPORTANT: This BAM file must be sorted by coordinate!"/>
20 </xml>
21
22 <xml name="macro_verbose">
23 <param argument="-v" name="verbose" type="boolean" truevalue="-v" falsevalue="" checked="false" label="Verbose Output" help="Print more information to the tool standard error."/>
24 </xml>
25 </macros>