Mercurial > repos > iuc > jbrowse
comparison test-data/bam/test.xml @ 3:7342f467507b draft
Uploaded v0.4 of JBrowse
author | iuc |
---|---|
date | Thu, 31 Dec 2015 13:58:43 -0500 |
parents | |
children | ff11d442feed |
comparison
equal
deleted
inserted
replaced
2:b6a0e126dbee | 3:7342f467507b |
---|---|
1 <?xml version="1.0"?> | |
2 <root> | |
3 <metadata> | |
4 <gencode>11</gencode> | |
5 <genomes> | |
6 <genome>test-data/merlin.fa</genome> | |
7 </genomes> | |
8 </metadata> | |
9 <tracks> | |
10 <track cat="Default" format="pileup"> | |
11 <files> | |
12 <trackFile path="test-data/bam/154.bam" ext="bam" label="Basic"/> | |
13 </files> | |
14 <options> | |
15 <pileup> | |
16 <auto_snp>false</auto_snp> | |
17 <bam_indices> | |
18 <bam_index>test-data/bam/154.bam.bai</bam_index> | |
19 </bam_indices> | |
20 </pileup> | |
21 </options> | |
22 </track> | |
23 <track cat="Default" format="pileup"> | |
24 <files> | |
25 <trackFile path="test-data/bam/154.bam" ext="bam" label="Auto-SNP"/> | |
26 </files> | |
27 <options> | |
28 <pileup> | |
29 <auto_snp>true</auto_snp> | |
30 <bam_indices> | |
31 <bam_index>test-data/bam/154.bam.bai</bam_index> | |
32 </bam_indices> | |
33 </pileup> | |
34 </options> | |
35 </track> | |
36 </tracks> | |
37 </root> |