Mercurial > repos > iuc > jbrowse
diff test-data/track_config/test.xml @ 36:30eff1188329 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit ac44b067ee08de23180e8b5030374cf362ac4524
| author | iuc |
|---|---|
| date | Fri, 02 Dec 2016 17:58:21 -0500 |
| parents | |
| children | 665c4f3e48ae |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/track_config/test.xml Fri Dec 02 17:58:21 2016 -0500 @@ -0,0 +1,50 @@ +<?xml version="1.0"?> +<root> + <metadata> + <gencode>11</gencode> + <genomes> + <genome>/tmp/tmplFZ5li/files/000/dataset_14.dat</genome> + </genomes> + <general> + <defaultLocation></defaultLocation> + <trackPadding>20</trackPadding> + + <shareLink>true</shareLink> + <aboutDescription></aboutDescription> + <show_tracklist>true</show_tracklist> + <show_nav>true</show_nav> + <show_overview>true</show_overview> + <show_menu>true</show_menu> + <hideGenomeOptions>false</hideGenomeOptions> + </general> + </metadata> + <tracks> + <track cat="With canvas config" format="gene_calls" visibility="default_off"> + <files> + <trackFile path="/tmp/tmplFZ5li/files/000/dataset_15.dat" ext="gff3" label="1.gff" /> + </files> + + <options> + <style> + <className>feature</className> + <description>note,description</description> + <label>name,id</label> + <height>100px</height> + </style> + <scaling> + <method>ignore</method> + <scheme> + <color>__auto__</color> + </scheme> + </scaling> + <menus> + </menus> + + <gff> + <trackType>JBrowse/View/Track/CanvasFeatures</trackType> + <index>false</index> + </gff> + </options> + </track> + </tracks> +</root>
