Mercurial > repos > iuc > jbrowse
comparison test.yml @ 1:497c6bb3b717 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
author | iuc |
---|---|
date | Thu, 18 Jun 2015 12:10:51 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:2c9e5136b416 | 1:497c6bb3b717 |
---|---|
1 --- | |
2 - | |
3 file: test-data/154.bam | |
4 ext: bam | |
5 label: Sequencing Data | |
6 category: "Sequencing Data" | |
7 options: | |
8 __unused__: "Not used...just to ensure options has at least one key" | |
9 auto_snp: true | |
10 bam_index: test-data/154.bam.bai | |
11 - | |
12 file: test-data/merlin.gff | |
13 ext: gff3 | |
14 label: "Gene Calls" | |
15 category: "Default" | |
16 options: | |
17 __unused__: "Not used...just to ensure options has at least one key" | |
18 match: false | |
19 - | |
20 file: test-data/154.bw | |
21 ext: bigwig | |
22 label: "Bigwig Test" | |
23 category: "Sequencing Data" | |
24 options: | |
25 __unused__: "Not used...just to ensure options has at least one key" | |
26 type: JBrowse/View/Track/Wiggle/XYPlot | |
27 variance_band: true | |
28 autoscale: local | |
29 - | |
30 file: test-data/test.vcf | |
31 ext: vcf | |
32 label: "Variant Test" | |
33 category: "Sequencing Data" | |
34 options: | |
35 __unused__: "Not used...just to ensure options has at least one key" | |
36 - | |
37 file: test-data/blast.xml | |
38 ext: blastxml | |
39 label: "BlastP Hits" | |
40 category: "Comparative Genomics" | |
41 options: | |
42 __unused__: "Not used...just to ensure options has at least one key" | |
43 parent: test-data/merlin.gff | |
44 protein: true | |
45 min_gap: 10 | |
46 match: true | |
47 - | |
48 file: test-data/xmfa.gff | |
49 ext: gff3 | |
50 label: "Progressive Mauve comparison" | |
51 category: "Comparative Genomics" | |
52 options: | |
53 __unused__: "Not used...just to ensure options has at least one key" | |
54 match: true |