Mercurial > repos > iuc > jbrowse
annotate macros.xml @ 52:809a7b878ab2 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 309588eae8df8baffaf49fc00fb0d28106109ddf
| author | iuc |
|---|---|
| date | Wed, 16 Jan 2019 03:27:55 -0500 |
| parents | abb1a30d7a5c |
| children | c6fd9fbd50e7 |
| 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> |
|
47
6b91a500c96d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 57eebdcb732acc74769bac72ab6bb3e9afd91f47
iuc
parents:
45
diff
changeset
|
3 <token name="@TOOL_VERSION@">1.12.5</token> |
|
0
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
4 <xml name="requirements"> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
5 <requirements> |
|
47
6b91a500c96d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 57eebdcb732acc74769bac72ab6bb3e9afd91f47
iuc
parents:
45
diff
changeset
|
6 <requirement type="package" version="@TOOL_VERSION@">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
|
7 <requirement type="package" version="2.7">python</requirement> |
| 16 | 8 <requirement type="package" version="1.66">biopython</requirement> |
| 9 <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
|
10 <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
|
11 <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
|
12 <yield/> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
13 </requirements> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
14 </xml> |
|
42
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
15 <token name="@DATA_DIR@">\$GALAXY_JBROWSE_SHARED_DIR</token> |
|
52
809a7b878ab2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 309588eae8df8baffaf49fc00fb0d28106109ddf
iuc
parents:
51
diff
changeset
|
16 <token name="@WRAPPER_VERSION@">galaxy3</token> |
|
0
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
17 <xml name="stdio"> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
18 <stdio> |
|
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 <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
|
21 <regex match="Error:"/> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
22 <regex match="Exception:"/> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
23 </stdio> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
24 </xml> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
25 <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
|
26 **Attribution** |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
27 |
| 29 | 28 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
|
29 ]]> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
30 </token> |
|
45
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
31 |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
32 <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
|
33 token_help="" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
34 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
|
35 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
|
36 <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
|
37 <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
|
38 <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
|
39 <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
|
40 </param> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
41 <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
|
42 <param |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
43 help="@HELP@" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
44 label="@LABEL@" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
45 name="genomes" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
46 type="select" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
47 optional="@OPTIONAL@" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
48 > |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
49 <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
|
50 <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
|
51 <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
|
52 </options> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
53 </param> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
54 </when> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
55 <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
|
56 <param |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
57 format="fasta" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
58 label="@LABEL@" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
59 help="@HELP@" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
60 name="genomes" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
61 type="data" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
62 optional="@OPTIONAL@" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
63 multiple="True" /> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
64 </when> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
65 </conditional> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
66 </xml> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
67 |
| 16 | 68 <xml name="auto_manual_tk" |
| 69 token_cond_label="Color" | |
| 70 token_cond_name="color" | |
| 71 token_select_label="Color Specification" | |
| 72 token_select_name="color_select" | |
| 73 token_automatic_label="Automatically selected" | |
| 74 token_manual_label="Manual Color Selection"> | |
| 75 <conditional name="@COND_NAME@" label="@COND_LABEL@"> | |
| 76 <param type="select" label="@SELECT_LABEL@" name="@SELECT_NAME@"> | |
| 77 <option value="automatic" selected="true">@AUTOMATIC_LABEL@</option> | |
| 78 <option value="manual">@MANUAL_LABEL@</option> | |
| 79 </param> | |
| 80 <when value="automatic"> | |
| 81 </when> | |
| 82 <when value="manual"> | |
| 83 <yield /> | |
| 84 </when> | |
| 85 </conditional> | |
| 86 </xml> | |
| 87 | |
|
30
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
88 <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
|
89 <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
|
90 <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
|
91 <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
|
92 <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
|
93 <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
|
94 </param> |
|
45
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
95 <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
|
96 <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
|
97 <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
|
98 </param> |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
99 <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
|
100 <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
|
101 <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
|
102 </param> |
|
30
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
103 </xml> |
|
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
104 |
| 16 | 105 <xml name="jb_color" |
| 106 token_label="JBrowse style.color" | |
| 107 token_name="style_color" | |
| 108 token_value="goldenrod" | |
| 109 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" | |
| 110 > | |
| 111 <param label="@LABEL@" type="color" name="@NAME@" value="@VALUE@" help="@HELP@"> | |
| 112 <sanitizer> | |
| 113 <valid initial="string.letters,string.digits"> | |
| 114 <add value="#" /> | |
| 115 </valid> | |
| 116 </sanitizer> | |
| 117 </param> | |
| 118 </xml> | |
| 119 | |
| 120 <xml name="auto_color" | |
| 29 | 121 token_cond_label="Color" |
| 122 token_cond_name="color" | |
| 123 token_select_label="Color Selection" | |
| 124 token_select_name="color_select" | |
| 125 token_automatic_label="Automatically selected" | |
| 126 token_manual_label="Manual Color Selection"> | |
| 16 | 127 <expand macro="auto_manual_tk" |
| 29 | 128 cond_label="@COND_LABEL@" |
| 129 cond_name="@COND_NAME@" | |
| 130 select_label="@SELECT_LABEL@" | |
| 131 select_name="@SELECT_NAME@" | |
| 132 automatic_label="@AUTOMATIC_LABEL@" | |
| 133 manual_label="@MANUAL_LABEL@"> | |
| 16 | 134 <expand macro="jb_color" /> |
| 135 <yield /> | |
| 136 </expand> | |
| 137 </xml> | |
| 138 | |
| 139 | |
| 140 | |
| 141 <xml name="brewer_scheme"> | |
| 142 <param type="select" label="Brewer color Scheme" name="brewer_scheme"> | |
| 143 <option value="BrBg">BrBg: Brown - Blue Green</option> | |
| 144 <option value="PiYg">PiYg: Pink - Yellow Green</option> | |
| 145 <option value="PRGn">PRGn: Purple Red - Green</option> | |
| 146 <option value="PuOr">PuOr: Purple - Orange</option> | |
| 147 <option value="RdBu" selected="true">RdBu: Red - Blue</option> | |
| 148 <option value="RdGy">RdGy: Red - Gray</option> | |
| 149 <option value="RdYlBu">RdYlBu: Red - Yellow - Blue</option> | |
| 150 <option value="RdYlGn">RdYlBu: Red - Yellow - Green</option> | |
| 151 <option value="Spectral">Spectral</option> | |
| 152 </param> | |
| 153 </xml> | |
|
30
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
154 <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
|
155 <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
|
156 <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
|
157 <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
|
158 |
|
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="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
|
160 <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
|
161 |
|
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 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
|
163 <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
|
164 <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
|
165 <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
|
166 |
|
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
167 <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
|
168 </section> |
|
12d5699f92e9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
iuc
parents:
29
diff
changeset
|
169 </xml> |
| 16 | 170 <xml name="color_selection_minmax"> |
| 171 <section name="jbcolor" title="JBrowse Color Options [Advanced]" expanded="false"> | |
| 172 <!-- Abuse auto/manual for bicolor pivot. Means we'll have to handle the | |
| 173 auto case as well, but may be safe to just say "brewer colors? Pff, | |
| 174 red/blue" --> | |
| 175 <expand macro="auto_manual_tk" | |
| 176 token_cond_label="Color" | |
| 177 token_cond_name="color" | |
| 178 token_select_label="Color Selection" | |
| 179 token_select_name="color_select" | |
| 180 token_automatic_label="Automatically selected" | |
| 181 token_manual_label="Manual Color Selection"> | |
| 182 <expand macro="jb_color" | |
| 29 | 183 label="JBrowse style.pos_color" |
| 184 name="style_pos_color" | |
| 185 value="blue" | |
| 186 help="CSS color, default 'blue'. When drawing bicolor plots, the fill color to use for values that are above the pivot point." /> | |
| 16 | 187 <expand macro="jb_color" |
| 29 | 188 label="JBrowse style.neg_color" |
| 189 name="style_neg_color" | |
| 190 value="red" | |
| 191 help=" CSS color, default 'red'. When drawing bicolor plots, the fill color to use for values that are below the pivot point." /> | |
| 16 | 192 </expand> |
| 193 | |
| 194 <conditional name="bicolor_pivot" label="Bicolor Pivot"> | |
| 195 <param type="select" label="Bicolor Pivot" name="bicolor_pivot_select"> | |
| 196 <option value="zero" selected="true">Zero</option> | |
| 197 <option value="mean">Mean</option> | |
| 198 <option value="custom">Custom Value</option> | |
| 199 </param> | |
| 200 <when value="zero" /> | |
| 201 <when value="mean" /> | |
| 202 <when value="custom"> | |
| 203 <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." /> | |
| 204 </when> | |
| 205 </conditional> | |
| 206 </section> | |
| 207 </xml> | |
| 208 | |
| 209 <xml name="color_selection" | |
| 29 | 210 token_scaling_lin_select="true" |
| 211 token_scaling_log_select="false" | |
| 16 | 212 > |
| 213 <section name="jbcolor_scale" title="JBrowse Feature Score Scaling & Coloring Options [Advanced]" expanded="false"> | |
| 214 <conditional name="color_score" label="JBrowse style.color & Score relationship"> | |
| 215 <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"> | |
| 216 <option value="score">Based on score</option> | |
| 217 <option value="none" selected="true">Ignore score</option> | |
| 218 </param> | |
| 219 <when value="none"> | |
| 220 <!-- When no scaling is done, no scores available, then just let the | |
| 221 user choose a base color for the track --> | |
| 222 <expand macro="auto_color" /> | |
| 223 </when> | |
| 224 <when value="score"> | |
| 225 <!-- Scaling --> | |
| 226 <param type="select" label="JBrowse style.color function's score scaling" name="score_scaling" | |
| 29 | 227 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
|
228 <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
|
229 <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
|
230 <option value="blast" selected="@SCALING_LOG_SELECT@">Blast scaling</option> |
| 16 | 231 </param> |
| 232 | |
| 233 <!-- Scaling Bounds --> | |
| 234 <conditional name="score_scales" label="Minimum/Maximum values for track scores"> | |
| 235 <param type="select" label="How should minimum and maximum values be determined for the scores of the features" name="scale_select"> | |
| 236 <option value="automatic" selected="true">Automatically determined</option> | |
| 237 <option value="manual">Manually specify minimum and maximum expected scores for the feature track</option> | |
| 238 </param> | |
| 239 <when value="automatic"> | |
| 240 </when> | |
| 241 <when value="manual"> | |
| 242 <param label="Minimum expected score" name="minimum" type="integer" value="0" /> | |
| 243 <param label="Maximum expected score" name="maximum" type="integer" value="100" /> | |
| 244 </when> | |
| 245 </conditional> | |
| 246 | |
| 247 <!-- Scale color --> | |
| 248 <conditional name="color_scheme" label="Color Scheme for scored features"> | |
| 249 <param type="select" label="JBrowse style.color function's color scheme for scored values" name="score_scheme"> | |
| 250 <option value="opacity">Opacity (high scores = 1.0 opacity)</option> | |
| 251 <!--<option value="brewer">Brewer Color Schemes</option>--> | |
| 252 </param> | |
| 253 <when value="opacity"> | |
| 254 <!-- Single color selection mode --> | |
| 255 <expand macro="auto_color" /> | |
| 256 </when> | |
| 257 <!--<when value="brewer">--> | |
| 258 <!--[> Brewer continuum selection <]--> | |
| 259 <!--<expand macro="brewer_scheme" />--> | |
| 260 <!--</when>--> | |
| 261 </conditional> | |
| 262 </when> | |
| 263 </conditional> | |
| 264 </section> | |
| 265 </xml> | |
| 266 <xml name="track_styling" | |
| 29 | 267 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
|
268 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
|
269 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
|
270 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
|
271 token_maxheight="600"> |
| 16 | 272 <section name="jbstyle" title="JBrowse Styling Options [Advanced]" expanded="false"> |
| 273 <param label="JBrowse style.className" type="text" | |
| 29 | 274 name="style_classname" |
| 275 value="@CLASSNAME@" | |
| 276 help="Set CSS style.className property"/> | |
| 16 | 277 <param label="JBrowse style.label" |
| 29 | 278 type="text" |
| 279 name="style_label" | |
| 280 value="@LABEL@" | |
| 281 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 | 282 <param label="JBrowse style.description" |
| 29 | 283 type="text" |
| 284 name="style_description" | |
| 285 value="@DESCRIPTION@" | |
| 286 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 | 287 <param label="JBrowse style.height" |
| 29 | 288 type="text" |
| 289 name="style_height" | |
| 290 value="@HEIGHT@" | |
| 291 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
|
292 <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
|
293 type="text" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
294 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
|
295 value="@MAXHEIGHT@" |
|
665c4f3e48ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 908f16ea4eb082227437dc93e06e8cb742f5a257
iuc
parents:
43
diff
changeset
|
296 help="Maximum height that the track is permitted to reach in pixels."/> |
| 16 | 297 </section> |
| 298 </xml> | |
| 299 | |
|
42
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
300 <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
|
301 <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
|
302 <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
|
303 <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
|
304 type="select" |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
305 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
|
306 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
|
307 <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
|
308 <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
|
309 <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
|
310 </param> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
311 <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
|
312 type="text" |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
313 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
|
314 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
|
315 <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
|
316 </param> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
317 <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
|
318 type="text" |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
319 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
|
320 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
|
321 <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
|
322 </param> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
323 <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
|
324 type="text" |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
325 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
|
326 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
|
327 <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
|
328 </param> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
329 <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
|
330 type="select" |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
331 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
|
332 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
|
333 <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
|
334 <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
|
335 <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
|
336 <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
|
337 <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
|
338 <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
|
339 <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
|
340 <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
|
341 <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
|
342 <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
|
343 <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
|
344 <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
|
345 <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
|
346 <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
|
347 <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
|
348 <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
|
349 <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
|
350 <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
|
351 <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
|
352 <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
|
353 <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
|
354 <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
|
355 <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
|
356 <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
|
357 <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
|
358 <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
|
359 <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
|
360 <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
|
361 <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
|
362 <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
|
363 <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
|
364 <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
|
365 <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
|
366 </param> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
367 </repeat> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
368 </section> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
369 </xml> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
370 |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
371 <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
|
372 <sanitizer> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
373 <valid> |
|
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 <add value='"'/> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
383 </valid> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
384 </sanitizer> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
385 </xml> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
386 |
| 16 | 387 <xml name="input_conditional" token_label="Track Data" token_format="data"> |
| 388 <param label="@LABEL@" format="@FORMAT@" name="annotation" type="data" multiple="True"/> | |
| 389 </xml> | |
|
42
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
390 <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
|
391 <citations> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
392 <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
|
393 </citations> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
394 </xml> |
|
0
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
395 </macros> |
