view 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
line wrap: on
line source

<?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>