Mercurial > repos > iuc > preseq_lc_extrap
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Wed Mar 11 19:19:04 2026 +0000 @@ -0,0 +1,25 @@ +<macros> + <token name="@TOOL_VERSION@">3.2.0</token> + <token name="@VERSION_SUFFIX@">0</token> + <token name="@PROFILE@">25.1</token> + + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">preseq</requirement> + </requirements> + </xml> + + <xml name="citations"> + <citations> + <citation type="doi">10.1038/nmeth.2375</citation> + </citations> + </xml> + + <xml name="macro_input_bam"> + <param name="input_bam" type="data" format="bam" label="Input BAM file" help="IMPORTANT: This BAM file must be sorted by coordinate!"/> + </xml> + + <xml name="macro_verbose"> + <param argument="-v" name="verbose" type="boolean" truevalue="-v" falsevalue="" checked="false" label="Verbose Output" help="Print more information to the tool standard error."/> + </xml> +</macros> \ No newline at end of file
