Mercurial > repos > iuc > gemini
comparison gemini_interactions.xml @ 2:93bb0cfacefb draft
Uploaded
author | iuc |
---|---|
date | Mon, 12 Jan 2015 15:31:50 -0500 |
parents | 720cbfb4190d |
children |
comparison
equal
deleted
inserted
replaced
1:d3c4d0208bb2 | 2:93bb0cfacefb |
---|---|
25 > "${ outfile }" | 25 > "${ outfile }" |
26 ]]> | 26 ]]> |
27 </command> | 27 </command> |
28 <expand macro="stdio" /> | 28 <expand macro="stdio" /> |
29 <inputs> | 29 <inputs> |
30 <param name="infile" type="data" format="sqlite" label="GEMINI database" /> | 30 <expand macro="infile" /> |
31 | 31 |
32 <conditional name="gene"> | 32 <conditional name="gene"> |
33 <param name="gene_selector" type="select" label="Studying" help=""> | 33 <param name="gene_selector" type="select" label="Studying" help=""> |
34 <option value="gene">Interesting gene</option> | 34 <option value="gene">Interesting gene</option> |
35 <option value="lof">All loss-of-function variants</option> | 35 <option value="lof">All loss-of-function variants</option> |
42 <expand macro="annotation_dir" /> | 42 <expand macro="annotation_dir" /> |
43 <expand macro="radius" /> | 43 <expand macro="radius" /> |
44 <expand macro="variant_mode" /> | 44 <expand macro="variant_mode" /> |
45 </inputs> | 45 </inputs> |
46 <outputs> | 46 <outputs> |
47 <data name="outfile" format="tabular" label="${tool.name} on ${on_string}" /> | 47 <data name="outfile" format="tabular" /> |
48 </outputs> | 48 </outputs> |
49 <tests> | 49 <tests> |
50 <test> | 50 <test> |
51 </test> | 51 </test> |
52 </tests> | 52 </tests> |