Mercurial > repos > fubar > jbrowse2
diff test-data/vcf/test.xml @ 93:4c517a0041a8 draft
planemo upload for repository https://github.com/usegalaxy-eu/temporary-tools/tree/master/jbrowse2 commit aeef2fbc0f90a9366851941ff51baeba410c56e4
author | fubar |
---|---|
date | Wed, 24 Apr 2024 02:29:32 +0000 |
parents | 2de9f585505b |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/vcf/test.xml Wed Apr 24 02:29:32 2024 +0000 @@ -0,0 +1,28 @@ +<?xml version="1.0"?> +<root> + <metadata> + <genomes> + <genome>test-data/merlin.fa</genome> + </genomes> + <general> + <defaultLocation></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="Default" format="vcf"> + <files> + <trackFile path="test-data/vcf/test.vcf" ext="vcf" label="Basic"/> + </files> + <options> + </options> + </track> + </tracks> +</root>