Mercurial > repos > eduardo > annotateviz
view test-data/bam/test.xml @ 2:31e855c95936 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/annotateviz commit 9bbaa3eacc76ff3bf2b6da313cc0d85705f15dd1-dirty
author | eduardo |
---|---|
date | Sat, 17 Jun 2017 14:43:40 -0400 |
parents | 7537482eed36 |
children |
line wrap: on
line source
<?xml version="1.0"?> <root> <metadata> <gencode>11</gencode> <genomes> <genome>test-data/merlin.fa</genome> </genomes> </metadata> <tracks> <track cat="Default" format="pileup"> <files> <trackFile path="test-data/bam/154.bam" ext="bam" label="Basic"/> </files> <options> <pileup> <auto_snp>false</auto_snp> <bam_indices> <bam_index>test-data/bam/154.bam.bai</bam_index> </bam_indices> </pileup> </options> </track> <track cat="Default" format="pileup"> <files> <trackFile path="test-data/bam/154.bam" ext="bam" label="Auto-SNP"/> </files> <options> <pileup> <auto_snp>true</auto_snp> <bam_indices> <bam_index>test-data/bam/154.bam.bai</bam_index> </bam_indices> </pileup> </options> </track> </tracks> </root>