Mercurial > repos > iuc > bedtools
comparison multiIntersectBed.xml @ 11:7308cc546a36 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 19967671ddd4e750f53d71274e5c12325a402811
author | iuc |
---|---|
date | Mon, 17 Oct 2016 10:13:35 -0400 |
parents | 607c0576c6ab |
children | 44867b59dbf2 |
comparison
equal
deleted
inserted
replaced
10:c78cf6fe3018 | 11:7308cc546a36 |
---|---|
48 <param name="custom_name" type="text" area="false" label="Custom sample name"/> | 48 <param name="custom_name" type="text" area="false" label="Custom sample name"/> |
49 </repeat> | 49 </repeat> |
50 </when> | 50 </when> |
51 </conditional> | 51 </conditional> |
52 <expand macro="genome" /> | 52 <expand macro="genome" /> |
53 <param name="cluster" type="boolean" checked="false" truevalue="-cluster" falsevalue="" | 53 <param name="cluster" type="boolean" checked="false" truevalue="-cluster" falsevalue="" |
54 label="Invoke Ryan Layers's clustering algorithm" | 54 label="Invoke Ryan Layers's clustering algorithm" |
55 help="(-cluster)" /> | 55 help="(-cluster)" /> |
56 <param name="zero" type="boolean" checked="true" | 56 <param name="zero" type="boolean" checked="true" |
57 label="Report regions that are not covered by any of the files" | 57 label="Report regions that are not covered by any of the files" |
58 help="If set, regions that are not overlapped by any file will also be reported. Requires a valid organism key for all input datasets" /> | 58 help="If set, regions that are not overlapped by any file will also be reported. Requires a valid organism key for all input datasets" /> |
117 # a.bed | 117 # a.bed |
118 chr1 6 12bed | 118 chr1 6 12bed |
119 chr1 10 20 | 119 chr1 10 20 |
120 chr1 22 27 | 120 chr1 22 27 |
121 chr1 24 30 | 121 chr1 24 30 |
122 | 122 |
123 # b.bed | 123 # b.bed |
124 chr1 12 32 | 124 chr1 12 32 |
125 chr1 14 30 | 125 chr1 14 30 |
126 | 126 |
127 # c.bed | 127 # c.bed |
128 chr1 8 15 | 128 chr1 8 15 |
129 chr1 10 14 | 129 chr1 10 14 |
130 chr1 32 34 | 130 chr1 32 34 |
131 | 131 |