comparison macros.xml @ 0:f8734af48332 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit 8133565adbfc012fa54b96449c2a18d044049107
author iuc
date Wed, 05 Dec 2018 02:38:25 -0500
parents
children b8e2c2f95d26
comparison
equal deleted inserted replaced
-1:000000000000 0:f8734af48332
1 <macros>
2 <xml name="citation">
3 <citations>
4 <citation type="bibtex">
5 @misc{githubmummer,
6 author = {Art Delcher, Stefan Kurtz, Adam Phillippy, Steven Salzberg},
7 year = {2012},
8 title = {mummer4},
9 publisher = {GitHub},
10 journal = {GitHub repository},
11 url = {https://github.com/mummer4/mummer},
12 }</citation>
13 </citations>
14 </xml>
15 <token name="@MUMMER_VERSION@">4.0.0beta2</token>
16 <xml name="requirements">
17 <requirements>
18 <requirement type="package" version="@MUMMER_VERSION@">mummer4</requirement>
19 <yield />
20 </requirements>
21 </xml>
22 <xml name="mumplot_input" >
23 <yield />
24 <param name="breaklen" type="integer" argument="-b" value="20" label="Break Length"
25 help="Highlight alignments with breakpoints further than breaklen nucleotides from the nearest sequence end. (-b)" />
26 <param name="color" type="select" label="Color" help="Color plot lines with a percent similarity gradient or turn off all plot color." >
27 <option value="">Color</option>
28 <option value="-color">No color (-color)</option>
29 </param>
30 <param name="coverage" type="select" label="Coverage Plot" help="Generate a reference coverage plot (default for .tiling) or the defualt dotplot." >
31 <option value="">Dotplot</option>
32 <option value="-c">Coverage Plot (-c)</option>
33 </param>
34 <param name="filter" type="boolean" argument="--filter" truevalue="--filter" falsevalue="" label="Filter"
35 help="Only display .delta alignments which represent the 'best' hit to any particular spot on either sequence, i.e. a one-to-one mapping of reference and query subsequences. (--filter)" />
36 <param name="fat" type="boolean" argument="--fat" truevalue="--fat" falsevalue="" label="Layout sequences using fattest alignment only" help="(--fat)" />
37 <conditional name="labels" >
38 <param name="IDs" type="select" label="Plot a particular reference or query sequence?" help="For alignments that used more than one reference/query." >
39 <option value="no">NO</option>
40 <option value="yes">YES</option>
41 </param>
42 <when value="yes" >
43 <param name="ref_id" type="text" value="ref_id" label="Reference sequence ID" help="(-IdR)" />
44 <param name="query_id" type="text" value="query_id" label="Query sequence ID" help="(-IdQ)" />
45 </when>
46 <when value="no" />
47 </conditional>
48 <param name="size" type="select" label="Plot Size" help="Set the output size to small, medium or large. (-s)" >
49 <option value="small">Small</option>
50 <option value="medium">Medium</option>
51 <option value="large">Large</option>
52 </param>
53 <param name="snp" type="boolean" argument="--SNP" truevalue="--SNP" falsevalue="" label="SNPs" help="Highlight SNP locations in each alignment. (--SNP)" />
54 <param name="title" type="text" argument="-title" value="Title" label="Plot Title" help="(-title)" />
55 <conditional name="range" >
56 <param name="custom" type="select" label="Choose custom X and Y axis ranges?" >
57 <option value="no">NO</option>
58 <option value="yes">YES</option>
59 </param>
60 <when value="yes" >
61 <param name="min_x" type="integer" argument="-x" value="0" label="Minimum X-axis range" help="(-x)" />
62 <param name="max_x" type="integer" argument="-x" value="100" label="Maximum X-axis range" help="(-x)" />
63 <param name="min_y" type="integer" argument="-y" value="0" label="Minimum Y-axis range" help="(-y)" />
64 <param name="max_y" type="integer" argument="-y" value="100" label="Maximum Y-axis range" help="(-y)" />
65 </when>
66 <when value="no" />
67 </conditional>
68 </xml>
69 </macros>