Mercurial > repos > iuc > jbrowse
comparison test-data/frameshift/test.xml @ 5:ae9382cfb6ac draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3bbca939ca8a3298a3a2d6450abb04a96851e1ed
author | iuc |
---|---|
date | Sat, 25 Jun 2016 15:06:43 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
4:d022577ff9cf | 5:ae9382cfb6ac |
---|---|
1 <?xml version="1.0"?> | |
2 <root> | |
3 <metadata> | |
4 <gencode>11</gencode> | |
5 <genomes> | |
6 <genome>test-data/merlin.fa</genome> | |
7 </genomes> | |
8 <general> | |
9 <defaultLocation>Merlin:1-50</defaultLocation> | |
10 <trackPadding>40</trackPadding> | |
11 <shareLink>true</shareLink> | |
12 <aboutDescription></aboutDescription> | |
13 <show_tracklist>true</show_tracklist> | |
14 <show_nav>true</show_nav> | |
15 <show_overview>false</show_overview> | |
16 <show_menu>true</show_menu> | |
17 <hideGenomeOptions>false</hideGenomeOptions> | |
18 </general> | |
19 </metadata> | |
20 <tracks> | |
21 <track cat="Auto Coloured" format="gene_calls" visibility="default_on"> | |
22 <files> | |
23 <trackFile path="test-data/frameshift/1.gff" ext="gff3" label="Test Track"/> | |
24 </files> | |
25 <options> | |
26 <style> | |
27 <className>feature</className> | |
28 <description>feature</description> | |
29 <label>name,id</label> | |
30 <height>100px</height> | |
31 </style> | |
32 <gff> | |
33 </gff> | |
34 <scaling> | |
35 <method>ignore</method> | |
36 <scheme> | |
37 <color>__auto__</color> | |
38 </scheme> | |
39 </scaling> | |
40 </options> | |
41 </track> | |
42 </tracks> | |
43 </root> |