Mercurial > repos > fubar > jbrowse2
comparison test-data/vcf/test.xml @ 96:5ef1ba2031f2 draft
planemo upload for repository https://github.com/usegalaxy-eu/temporary-tools/tree/master/jbrowse2 commit 8e40627c0488fc1adf2b7d1e331ca65f533038b2
author | fubar |
---|---|
date | Thu, 25 Apr 2024 07:25:52 +0000 |
parents | 2de9f585505b |
children |
comparison
equal
deleted
inserted
replaced
95:a0c848f00363 | 96:5ef1ba2031f2 |
---|---|
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> |