Mercurial > repos > iuc > jbrowse
view 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 |
line wrap: on
line source
<?xml version="1.0"?> <root> <metadata> <gencode>11</gencode> <genomes> <genome>test-data/merlin.fa</genome> </genomes> <general> <defaultLocation>Merlin:1-50</defaultLocation> <trackPadding>40</trackPadding> <shareLink>true</shareLink> <aboutDescription></aboutDescription> <show_tracklist>true</show_tracklist> <show_nav>true</show_nav> <show_overview>false</show_overview> <show_menu>true</show_menu> <hideGenomeOptions>false</hideGenomeOptions> </general> </metadata> <tracks> <track cat="Auto Coloured" format="gene_calls" visibility="default_on"> <files> <trackFile path="test-data/frameshift/1.gff" ext="gff3" label="Test Track"/> </files> <options> <style> <className>feature</className> <description>feature</description> <label>name,id</label> <height>100px</height> </style> <gff> </gff> <scaling> <method>ignore</method> <scheme> <color>__auto__</color> </scheme> </scaling> </options> </track> </tracks> </root>