Mercurial > repos > iuc > jbrowse
annotate macros.xml @ 45:665c4f3e48ae draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
| author | iuc |
|---|---|
| date | Wed, 15 Nov 2017 15:14:41 -0500 |
| parents | 976731ca823c |
| children | 6b91a500c96d |
| rev | line source |
|---|---|
|
0
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
2 <macros> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
3 <xml name="requirements"> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
4 <requirements> |
|
43
976731ca823c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit d7f7217983bfd655b8af5795d9330aef27e2bd7f
iuc
parents:
42
diff
changeset
|
5 <requirement type="package" version="1.12.3">jbrowse</requirement> |
|
13
67fb31daef0e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 399061eca3a2956704522974446601755503c96d-dirty
iuc
parents:
12
diff
changeset
|
6 <requirement type="package" version="2.7">python</requirement> |
| 16 | 7 <requirement type="package" version="1.66">biopython</requirement> |
| 8 <requirement type="package" version="0.6.2">bcbiogff</requirement> | |
|
13
67fb31daef0e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 399061eca3a2956704522974446601755503c96d-dirty
iuc
parents:
12
diff
changeset
|
9 <requirement type="package" version="1.2">samtools</requirement> |
|
67fb31daef0e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 399061eca3a2956704522974446601755503c96d-dirty
iuc
parents:
12
diff
changeset
|
10 <requirement type="package" version="3.11">pyyaml</requirement> |
|
0
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
11 <yield/> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
12 </requirements> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
13 </xml> |
|
42
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
14 <token name="@DATA_DIR@">\$GALAXY_JBROWSE_SHARED_DIR</token> |
|
45
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
15 <token name="@WRAPPER_VERSION@">0.7.0</token> |
|
0
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
16 <xml name="stdio"> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
17 <stdio> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
18 <exit_code range="1:"/> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
19 <exit_code range=":-1"/> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
20 <regex match="Error:"/> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
21 <regex match="Exception:"/> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
22 </stdio> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
23 </xml> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
24 <token name="@ATTRIBUTION@"><![CDATA[ |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
25 **Attribution** |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
26 |
| 29 | 27 This Galaxy tool relies on the JBrowse, maintained by the GMOD Community. The Galaxy wrapper is developed by Eric Rasche |
|
0
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
28 ]]> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
29 </token> |
|
45
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
30 |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
31 <xml name="genome_selector" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
32 token_help="" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
33 token_label="Fasta sequences" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
34 token_optional="False" > |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
35 <conditional name="reference_genome"> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
36 <param help="Built-in references" label="Reference genome to display" name="genome_type_select" type="select"> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
37 <option selected="True" value="indexed">Use a built-in genome</option> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
38 <option value="history">Use a genome from history</option> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
39 </param> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
40 <when value="indexed"> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
41 <param |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
42 help="@HELP@" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
43 label="@LABEL@" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
44 name="genomes" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
45 type="select" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
46 optional="@OPTIONAL@" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
47 > |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
48 <options from_data_table="all_fasta"> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
49 <filter column="2" type="sort_by" /> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
50 <validator message="No genomes are available for the selected input dataset" type="no_options" /> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
51 </options> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
52 </param> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
53 </when> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
54 <when value="history"> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
55 <param |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
56 format="fasta" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
57 label="@LABEL@" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
58 help="@HELP@" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
59 name="genomes" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
60 type="data" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
61 optional="@OPTIONAL@" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
62 multiple="True" /> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
63 </when> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
64 </conditional> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
65 </xml> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
66 |
| 16 | 67 <xml name="auto_manual_tk" |
| 68 token_cond_label="Color" | |
| 69 token_cond_name="color" | |
| 70 token_select_label="Color Specification" | |
| 71 token_select_name="color_select" | |
| 72 token_automatic_label="Automatically selected" | |
| 73 token_manual_label="Manual Color Selection"> | |
| 74 <conditional name="@COND_NAME@" label="@COND_LABEL@"> | |
| 75 <param type="select" label="@SELECT_LABEL@" name="@SELECT_NAME@"> | |
| 76 <option value="automatic" selected="true">@AUTOMATIC_LABEL@</option> | |
| 77 <option value="manual">@MANUAL_LABEL@</option> | |
| 78 </param> | |
| 79 <when value="automatic"> | |
| 80 </when> | |
| 81 <when value="manual"> | |
| 82 <yield /> | |
| 83 </when> | |
| 84 </conditional> | |
| 85 </xml> | |
| 86 | |
|
30
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
87 <xml name="track_display"> |
|
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
88 <param type="select" label="Track Visibility" name="track_visibility"> |
|
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
89 <option value="default_off">Off for new users</option> |
|
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
90 <option value="default_on">On for new users</option> |
|
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
91 <option value="force">Force On</option> |
|
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
92 <option value="always">Always On (ignores URL parameters)</option> |
|
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
93 </param> |
|
45
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
94 <param type="select" label="Override Apollo Plugins" name="override_apollo_plugins" help="Disable the apollo plugin for this track, this disables the ability to make an annotation from this feature."> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
95 <option value="True">Yes - Override</option> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
96 <option value="False" selected="True">No - Do not Override</option> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
97 </param> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
98 <param type="select" label="Override Apollo Draggability" name="override_apollo_drag" help="Disable apollo's drag-to-create feature functionality."> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
99 <option value="True">Yes - Override</option> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
100 <option value="False" selected="True">No - Do not Override</option> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
101 </param> |
|
30
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
102 </xml> |
|
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
103 |
| 16 | 104 <xml name="jb_color" |
| 105 token_label="JBrowse style.color" | |
| 106 token_name="style_color" | |
| 107 token_value="goldenrod" | |
| 108 token_help="Basic color of features. Most glyphs interpret this as the fill color of the rectangle they draw. Color syntax is the same as that used for CSS" | |
| 109 > | |
| 110 <param label="@LABEL@" type="color" name="@NAME@" value="@VALUE@" help="@HELP@"> | |
| 111 <sanitizer> | |
| 112 <valid initial="string.letters,string.digits"> | |
| 113 <add value="#" /> | |
| 114 </valid> | |
| 115 </sanitizer> | |
| 116 </param> | |
| 117 </xml> | |
| 118 | |
| 119 <xml name="auto_color" | |
| 29 | 120 token_cond_label="Color" |
| 121 token_cond_name="color" | |
| 122 token_select_label="Color Selection" | |
| 123 token_select_name="color_select" | |
| 124 token_automatic_label="Automatically selected" | |
| 125 token_manual_label="Manual Color Selection"> | |
| 16 | 126 <expand macro="auto_manual_tk" |
| 29 | 127 cond_label="@COND_LABEL@" |
| 128 cond_name="@COND_NAME@" | |
| 129 select_label="@SELECT_LABEL@" | |
| 130 select_name="@SELECT_NAME@" | |
| 131 automatic_label="@AUTOMATIC_LABEL@" | |
| 132 manual_label="@MANUAL_LABEL@"> | |
| 16 | 133 <expand macro="jb_color" /> |
| 134 <yield /> | |
| 135 </expand> | |
| 136 </xml> | |
| 137 | |
| 138 | |
| 139 | |
| 140 <xml name="brewer_scheme"> | |
| 141 <param type="select" label="Brewer color Scheme" name="brewer_scheme"> | |
| 142 <option value="BrBg">BrBg: Brown - Blue Green</option> | |
| 143 <option value="PiYg">PiYg: Pink - Yellow Green</option> | |
| 144 <option value="PRGn">PRGn: Purple Red - Green</option> | |
| 145 <option value="PuOr">PuOr: Purple - Orange</option> | |
| 146 <option value="RdBu" selected="true">RdBu: Red - Blue</option> | |
| 147 <option value="RdGy">RdGy: Red - Gray</option> | |
| 148 <option value="RdYlBu">RdYlBu: Red - Yellow - Blue</option> | |
| 149 <option value="RdYlGn">RdYlBu: Red - Yellow - Green</option> | |
| 150 <option value="Spectral">Spectral</option> | |
| 151 </param> | |
| 152 </xml> | |
|
30
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
153 <xml name="general_options"> |
|
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
154 <section name="jbgen" title="General JBrowse Options [Advanced]" expanded="false"> |
|
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
155 <param label="Default Location" type="text" name="defaultLocation" value="" help="Initial location to be shown for users who have never visited the browser before. Example: 'ctgA:1234..5678'"/> |
|
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
156 <param label="Track Padding" type="integer" value="20" name="trackPadding" help="Spacing between tracks in the genome view, in pixels." /> |
|
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
157 |
|
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
158 <param label="Enable Share Link" name="shareLink" type="boolean" checked="true" truevalue="true" falsevalue="false" /> |
|
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
159 <param label="About the Browser" type="text" name="aboutDescription" value="" help="Description of the browser to be used in the 'About' popup" /> |
|
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
160 |
|
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
161 <param label="Show Track List" name="show_tracklist" type="boolean" checked="true" truevalue="true" falsevalue="false" help="Optionally hide the track list"/> |
|
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
162 <param label="Show Navigation" name="show_nav" type="boolean" checked="true" truevalue="true" falsevalue="false" help="Optionally hide the navigation menu"/> |
|
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
163 <param label="Show Overview" name="show_overview" type="boolean" checked="true" truevalue="true" falsevalue="false" help="Optionally hide the overview bar"/> |
|
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
164 <param label="Show Menu" name="show_menu" type="boolean" checked="true" truevalue="true" falsevalue="false" help="Optionally hide the menu bar"/> |
|
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
165 |
|
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
166 <param label="Hide Genome Options" name="hideGenomeOptions" type="boolean" truevalue="true" falsevalue="false" help="Hide options for opening a sequence file"/> |
|
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
167 </section> |
|
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
168 </xml> |
| 16 | 169 <xml name="color_selection_minmax"> |
| 170 <section name="jbcolor" title="JBrowse Color Options [Advanced]" expanded="false"> | |
| 171 <!-- Abuse auto/manual for bicolor pivot. Means we'll have to handle the | |
| 172 auto case as well, but may be safe to just say "brewer colors? Pff, | |
| 173 red/blue" --> | |
| 174 <expand macro="auto_manual_tk" | |
| 175 token_cond_label="Color" | |
| 176 token_cond_name="color" | |
| 177 token_select_label="Color Selection" | |
| 178 token_select_name="color_select" | |
| 179 token_automatic_label="Automatically selected" | |
| 180 token_manual_label="Manual Color Selection"> | |
| 181 <expand macro="jb_color" | |
| 29 | 182 label="JBrowse style.pos_color" |
| 183 name="style_pos_color" | |
| 184 value="blue" | |
| 185 help="CSS color, default 'blue'. When drawing bicolor plots, the fill color to use for values that are above the pivot point." /> | |
| 16 | 186 <expand macro="jb_color" |
| 29 | 187 label="JBrowse style.neg_color" |
| 188 name="style_neg_color" | |
| 189 value="red" | |
| 190 help=" CSS color, default 'red'. When drawing bicolor plots, the fill color to use for values that are below the pivot point." /> | |
| 16 | 191 </expand> |
| 192 | |
| 193 <conditional name="bicolor_pivot" label="Bicolor Pivot"> | |
| 194 <param type="select" label="Bicolor Pivot" name="bicolor_pivot_select"> | |
| 195 <option value="zero" selected="true">Zero</option> | |
| 196 <option value="mean">Mean</option> | |
| 197 <option value="custom">Custom Value</option> | |
| 198 </param> | |
| 199 <when value="zero" /> | |
| 200 <when value="mean" /> | |
| 201 <when value="custom"> | |
| 202 <param label="JBrowse style.bicolor_pivot" type="float" name="pivot_point" value="0.0" help="Where to change from pos_color to neg_color when drawing bicolor plots." /> | |
| 203 </when> | |
| 204 </conditional> | |
| 205 </section> | |
| 206 </xml> | |
| 207 | |
| 208 <xml name="color_selection" | |
| 29 | 209 token_scaling_lin_select="true" |
| 210 token_scaling_log_select="false" | |
| 16 | 211 > |
| 212 <section name="jbcolor_scale" title="JBrowse Feature Score Scaling & Coloring Options [Advanced]" expanded="false"> | |
| 213 <conditional name="color_score" label="JBrowse style.color & Score relationship"> | |
| 214 <param type="select" label="Color Score Algorithm" name="color_score_select" help="How to color the features. If it is based on score, then features with a score attribute anywhere in their hierachy will have their color affected by the score. If you choose to ignore the score, then you'll be able to select a single solid color for every feature in the track"> | |
| 215 <option value="score">Based on score</option> | |
| 216 <option value="none" selected="true">Ignore score</option> | |
| 217 </param> | |
| 218 <when value="none"> | |
| 219 <!-- When no scaling is done, no scores available, then just let the | |
| 220 user choose a base color for the track --> | |
| 221 <expand macro="auto_color" /> | |
| 222 </when> | |
| 223 <when value="score"> | |
| 224 <!-- Scaling --> | |
| 225 <param type="select" label="JBrowse style.color function's score scaling" name="score_scaling" | |
| 29 | 226 help="How should the colors be distributed across the values? For blast results which distributes scores on the scale of approximately [1e-500, 10], it makes sense to request a logarithmic scaling of the color values. Logarithmic is indeed the default for blast. However other analysis methods may produce scores on ranges such as [0, 100] where a linear scale would be more appropriate for color distribution."> |
|
45
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
227 <option value="linear" selected="@SCALING_LIN_SELECT@">Linear scaling</option> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
228 <option value="logarithmic" selected="false">Logarithmic scaling</option> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
229 <option value="blast" selected="@SCALING_LOG_SELECT@">Blast scaling</option> |
| 16 | 230 </param> |
| 231 | |
| 232 <!-- Scaling Bounds --> | |
| 233 <conditional name="score_scales" label="Minimum/Maximum values for track scores"> | |
| 234 <param type="select" label="How should minimum and maximum values be determined for the scores of the features" name="scale_select"> | |
| 235 <option value="automatic" selected="true">Automatically determined</option> | |
| 236 <option value="manual">Manually specify minimum and maximum expected scores for the feature track</option> | |
| 237 </param> | |
| 238 <when value="automatic"> | |
| 239 </when> | |
| 240 <when value="manual"> | |
| 241 <param label="Minimum expected score" name="minimum" type="integer" value="0" /> | |
| 242 <param label="Maximum expected score" name="maximum" type="integer" value="100" /> | |
| 243 </when> | |
| 244 </conditional> | |
| 245 | |
| 246 <!-- Scale color --> | |
| 247 <conditional name="color_scheme" label="Color Scheme for scored features"> | |
| 248 <param type="select" label="JBrowse style.color function's color scheme for scored values" name="score_scheme"> | |
| 249 <option value="opacity">Opacity (high scores = 1.0 opacity)</option> | |
| 250 <!--<option value="brewer">Brewer Color Schemes</option>--> | |
| 251 </param> | |
| 252 <when value="opacity"> | |
| 253 <!-- Single color selection mode --> | |
| 254 <expand macro="auto_color" /> | |
| 255 </when> | |
| 256 <!--<when value="brewer">--> | |
| 257 <!--[> Brewer continuum selection <]--> | |
| 258 <!--<expand macro="brewer_scheme" />--> | |
| 259 <!--</when>--> | |
| 260 </conditional> | |
| 261 </when> | |
| 262 </conditional> | |
| 263 </section> | |
| 264 </xml> | |
| 265 <xml name="track_styling" | |
| 29 | 266 token_classname="feature" |
|
45
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
267 token_label="product,name,id" |
|
42
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
268 token_description="note,description" |
|
45
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
269 token_height="10px" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
270 token_maxheight="600"> |
| 16 | 271 <section name="jbstyle" title="JBrowse Styling Options [Advanced]" expanded="false"> |
| 272 <param label="JBrowse style.className" type="text" | |
| 29 | 273 name="style_classname" |
| 274 value="@CLASSNAME@" | |
| 275 help="Set CSS style.className property"/> | |
| 16 | 276 <param label="JBrowse style.label" |
| 29 | 277 type="text" |
| 278 name="style_label" | |
| 279 value="@LABEL@" | |
| 280 help="Comma-separated list of case-insensitive feature tags to use for showing the feature's label. The first one found will be used. Default 'name,id'" /> | |
| 16 | 281 <param label="JBrowse style.description" |
| 29 | 282 type="text" |
| 283 name="style_description" | |
| 284 value="@DESCRIPTION@" | |
| 285 help="Comma-separated list of case-insensitive feature tags to check for the feature's long description. The first one found will be used."/> | |
| 16 | 286 <param label="JBrowse style.height" |
| 29 | 287 type="text" |
| 288 name="style_height" | |
| 289 value="@HEIGHT@" | |
| 290 help="Height in pixels of glyphs. Default value varies from glyph to glyph. Note that the 'compact' displayMode uses style->height * 0.35 so changing style height can adjust the compact visualization."/> | |
|
45
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
291 <param label="JBrowse maxHeight" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
292 type="text" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
293 name="max_height" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
294 value="@MAXHEIGHT@" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
295 help="Maximum height that the track is permitted to reach in pixels."/> |
| 16 | 296 </section> |
| 297 </xml> | |
| 298 | |
|
42
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
299 <xml name="track_menu"> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
300 <section name="jbmenu" title="JBrowse Contextual Menu options [Advanced]" expanded="false"> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
301 <repeat name="track_menu" title="Track Menu"> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
302 <param label="Menu action" |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
303 type="select" |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
304 name="menu_action" |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
305 help="Action performed when user clicks on the menu"> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
306 <option value="iframeDialog" selected="true">iframeDialog: causes the given url to be opened in a popup dialog box within JBrowse, in an iframe element.</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
307 <option value="newWindow">newWindow: causes the given url to be opened in a new browser window.</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
308 <option value="navigateTo">navigateTo: opens the given url in the same browser window, navigating the user away from JBrowse.</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
309 </param> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
310 <param label="Menu label" |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
311 type="text" |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
312 name="menu_label" |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
313 help="Will be displayed in the contextual menu on each feature ({name}, {id}, {type}, {start}, {end}, {strand} variables will be interpreted)"> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
314 <expand macro="menu_sanitize" /> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
315 </param> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
316 <param label="Menu title" |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
317 type="text" |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
318 name="menu_title" |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
319 help="Will be displayed in the popup title bar if displayed ({id}, {type}, {start}, {end}, {strand} variables will be interpreted)"> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
320 <expand macro="menu_sanitize" /> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
321 </param> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
322 <param label="Menu url" |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
323 type="text" |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
324 name="menu_url" |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
325 help="Destination URL ({name}, {id}, {type}, {start}, {end}, {strand} variables will be interpreted)"> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
326 <expand macro="menu_sanitize" /> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
327 </param> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
328 <param label="Menu icon" |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
329 type="select" |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
330 name="menu_icon" |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
331 help="Icon to display next to menu label"> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
332 <option value="dijitIconBookmark" selected="true">Bookmark</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
333 <option value="dijitIconSave">Save</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
334 <option value="dijitIconPrint">Print</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
335 <option value="dijitIconCut">Cut</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
336 <option value="dijitIconCopy">Copy</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
337 <option value="dijitIconClear">Clear</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
338 <option value="dijitIconDelete">Delete</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
339 <option value="dijitIconUndo">Undo</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
340 <option value="dijitIconEdit">Edit</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
341 <option value="dijitIconNewTask">New Task</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
342 <option value="dijitIconEditTask">Edit Task</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
343 <option value="dijitIconEditProperty">Edit Property</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
344 <option value="dijitIconTask">Task</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
345 <option value="dijitIconFilter">Filter</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
346 <option value="dijitIconConfigure">Configure</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
347 <option value="dijitIconSearch">Search</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
348 <option value="dijitIconApplication">Application</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
349 <option value="dijitIconChart">Chart</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
350 <option value="dijitIconConnector">Connector</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
351 <option value="dijitIconDatabase">Database</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
352 <option value="dijitIconDocuments">Documents</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
353 <option value="dijitIconMail">Mail</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
354 <option value="dijitLeaf">Leaf</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
355 <option value="dijitIconFile">File</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
356 <option value="dijitIconFunction">Function</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
357 <option value="dijitIconKey">Key</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
358 <option value="dijitIconPackage">Package</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
359 <option value="dijitIconSample">Sample</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
360 <option value="dijitIconTable">Table</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
361 <option value="dijitIconUsers">Users</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
362 <option value="dijitIconFolderClosed">Folder Closed</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
363 <option value="dijitIconFolderOpen">Folder Open</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
364 <option value="dijitIconError">Error</option> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
365 </param> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
366 </repeat> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
367 </section> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
368 </xml> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
369 |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
370 <xml name="menu_sanitize"> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
371 <sanitizer> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
372 <valid> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
373 <add value="{"/> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
374 <add value="}"/> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
375 <add value="!"/> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
376 <add value="?"/> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
377 <add value="&"/> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
378 <add value="+"/> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
379 <add value="="/> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
380 <add value="'"/> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
381 <add value='"'/> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
382 </valid> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
383 </sanitizer> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
384 </xml> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
385 |
| 16 | 386 <xml name="input_conditional" token_label="Track Data" token_format="data"> |
| 387 <param label="@LABEL@" format="@FORMAT@" name="annotation" type="data" multiple="True"/> | |
| 388 </xml> | |
|
42
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
389 <xml name="citations"> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
390 <citations> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
391 <citation type="doi">10.1101/gr.094607.109</citation> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
392 </citations> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
393 </xml> |
|
0
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
394 </macros> |
