Mercurial > repos > fubar > jbrowse2
comparison test-data/vcf/test.xml @ 3:2de9f585505b draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit b30d2e277cc360437a02fa812c577c0c8d997cff-dirty
author | fubar |
---|---|
date | Tue, 09 Jan 2024 02:35:52 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2:37b2c26c7b9b | 3:2de9f585505b |
---|---|
1 <?xml version="1.0"?> | |
2 <root> | |
3 <metadata> | |
4 <genomes> | |
5 <genome>test-data/merlin.fa</genome> | |
6 </genomes> | |
7 <general> | |
8 <defaultLocation></defaultLocation> | |
9 <trackPadding>40</trackPadding> | |
10 <shareLink>true</shareLink> | |
11 <aboutDescription></aboutDescription> | |
12 <show_tracklist>true</show_tracklist> | |
13 <show_nav>true</show_nav> | |
14 <show_overview>false</show_overview> | |
15 <show_menu>true</show_menu> | |
16 <hideGenomeOptions>false</hideGenomeOptions> | |
17 </general> | |
18 </metadata> | |
19 <tracks> | |
20 <track cat="Default" format="vcf"> | |
21 <files> | |
22 <trackFile path="test-data/vcf/test.vcf" ext="vcf" label="Basic"/> | |
23 </files> | |
24 <options> | |
25 </options> | |
26 </track> | |
27 </tracks> | |
28 </root> |