comparison closestBed.xml @ 9:893617de95e5 draft

Uploaded
author bernhardlutz
date Wed, 18 Jun 2014 14:33:11 -0400
parents 75d323631dce
children
comparison
equal deleted inserted replaced
8:d0df760f1d32 9:893617de95e5
5 </macros> 5 </macros>
6 <expand macro="requirements" /> 6 <expand macro="requirements" />
7 <expand macro="stdio" /> 7 <expand macro="stdio" />
8 <command> 8 <command>
9 closestBed 9 closestBed
10 $split
11 $strand 10 $strand
12 $addition 11 $addition
13 -t $ties 12 -t $ties
14 -a $inputA 13 -a $inputA
15 -b $inputB 14 -b $inputB
18 <inputs> 17 <inputs>
19 <param format="bed,vcf,gff,gff3" name="inputA" type="data" label="BED/VCF/GFF file"/> 18 <param format="bed,vcf,gff,gff3" name="inputA" type="data" label="BED/VCF/GFF file"/>
20 <param format="bed,gff,vcf,gff3" name="inputB" type="data" label="overlap intervals in this BED/VCF/GFF file?"/> 19 <param format="bed,gff,vcf,gff3" name="inputB" type="data" label="overlap intervals in this BED/VCF/GFF file?"/>
21 20
22 <param name="ties" type="select" label="How ties for closest feature should be handled" help="This occurs when two features in B have exactly the same overlap with a feature in A."> 21 <param name="ties" type="select" label="How ties for closest feature should be handled" help="This occurs when two features in B have exactly the same overlap with a feature in A.">
23 <option value="all" selected="True">all- Report all ties (default)</option> 22 <option value="all" selected="True">all - Report all ties (default)</option>
24 <option value="first">first- Report the first tie that occurred in the B file</option> 23 <option value="first">first - Report the first tie that occurred in the B file</option>
25 <option value="last">last- Report the last tie that occurred in the B file</option> 24 <option value="last">last - Report the last tie that occurred in the B file</option>
26 </param> 25 </param>
27 26
28 <param name="strand" type="boolean" checked="false" truevalue="-s" falsevalue="" label="Force strandedness." help="That is, find the closest feature in B overlaps A on the same strand. By default, this is disabled." /> 27 <param name="strand" type="boolean" checked="false" truevalue="-s" falsevalue="" label="Force strandedness" help="That is, find the closest feature in B overlaps A on the same strand. By default, this is disabled" />
29 <param name="addition" type="boolean" checked="false" truevalue="-d" falsevalue="" label="In addition to the closest feature in B, report its distance to A as an extra column. The reported distance for overlapping features will be 0." /> 28 <param name="addition" type="boolean" checked="false" truevalue="-d" falsevalue="" label="In addition to the closest feature in B, report its distance to A as an extra column. The reported distance for overlapping features will be 0" />
30 </inputs> 29 </inputs>
31 <outputs> 30 <outputs>
32 <data format_source="inputA" name="output" metadata_source="inputA" label="Intersection of ${inputA.name} and ${inputB.name}"/> 31 <data format_source="inputA" name="output" metadata_source="inputA" label="Intersection of ${inputA.name} and ${inputB.name}"/>
33 </outputs> 32 </outputs>
34 <help> 33 <help>