Mercurial > repos > iuc > jbrowse
comparison test-data/menus/test.xml @ 8:ad4b9d7eae6a draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 9a243c616a4a3156347e38fdb5f35863ae5133f9
author | iuc |
---|---|
date | Tue, 29 Nov 2016 10:55:30 -0500 |
parents | |
children | ff11d442feed |
comparison
equal
deleted
inserted
replaced
7:1e74f16adaa1 | 8:ad4b9d7eae6a |
---|---|
1 <?xml version="1.0"?> | |
2 <root> | |
3 <metadata> | |
4 <gencode>11</gencode> | |
5 <genomes> | |
6 <genome>/tmp/tmplFZ5li/files/000/dataset_14.dat</genome> | |
7 </genomes> | |
8 <general> | |
9 <defaultLocation></defaultLocation> | |
10 <trackPadding>20</trackPadding> | |
11 | |
12 <shareLink>true</shareLink> | |
13 <aboutDescription></aboutDescription> | |
14 <show_tracklist>true</show_tracklist> | |
15 <show_nav>true</show_nav> | |
16 <show_overview>true</show_overview> | |
17 <show_menu>true</show_menu> | |
18 <hideGenomeOptions>false</hideGenomeOptions> | |
19 </general> | |
20 </metadata> | |
21 <tracks> | |
22 <track cat="With menu or index" format="gene_calls" visibility="default_off"> | |
23 <files> | |
24 <trackFile path="/tmp/tmplFZ5li/files/000/dataset_15.dat" ext="gff3" label="1.gff" /> | |
25 </files> | |
26 | |
27 <options> | |
28 <style> | |
29 <className>feature</className> | |
30 <description>note,description</description> | |
31 <label>name,id</label> | |
32 <height>100px</height> | |
33 </style> | |
34 <scaling> | |
35 <method>ignore</method> | |
36 <scheme> | |
37 <color>__auto__</color> | |
38 </scheme> | |
39 </scaling> | |
40 <menus> | |
41 <menu> | |
42 <action>iframeDialog</action> | |
43 <label>Some menu item</label> | |
44 <title>Frame title</title> | |
45 <url>https://example.com/#!/?id={name}&q={type}&z="{end}"</url> | |
46 <iconClass>dijitIconNewTask</iconClass> | |
47 </menu> | |
48 <menu> | |
49 <action>newWindow</action> | |
50 <label>Another menu item</label> | |
51 <title>Frame title 2</title> | |
52 <url>https://example.com/#!/?id={name}&q={type}&z="{end}"</url> | |
53 <iconClass>dijitIconBookmark</iconClass> | |
54 </menu> | |
55 </menus> | |
56 | |
57 <gff> | |
58 <trackType>JBrowse/View/Track/CanvasFeatures</trackType> | |
59 <index>false</index> | |
60 </gff> | |
61 </options> | |
62 </track> | |
63 <track cat="With menu or index" format="gene_calls" visibility="default_off"> | |
64 <files> | |
65 <trackFile path="/tmp/tmplFZ5li/files/000/dataset_15.dat" ext="gff3" label="1.gff" /> | |
66 </files> | |
67 | |
68 <options> | |
69 <style> | |
70 <className>feature</className> | |
71 <description>note,description</description> | |
72 <label>name,id</label> | |
73 <height>100px</height> | |
74 </style> | |
75 <scaling> | |
76 <method>ignore</method> | |
77 <scheme> | |
78 <color>__auto__</color> | |
79 </scheme> | |
80 </scaling> | |
81 <menus> | |
82 </menus> | |
83 | |
84 <gff> | |
85 <trackType>JBrowse/View/Track/CanvasFeatures</trackType> | |
86 <index>true</index> | |
87 </gff> | |
88 </options> | |
89 </track> | |
90 </tracks> | |
91 </root> |