comparison gemini_lof_sieve.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
1 <tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@version@.0"> 1 <tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@.0">
2 <description>Filter LoF variants by transcript position and type</description> 2 <description>Filter LoF variants by transcript position and type</description>
3 <expand macro="requirements" /> 3 <expand macro="requirements" />
4 <expand macro="version_command" /> 4 <expand macro="version_command" />
5 <macros> 5 <macros>
6 <import>gemini_macros.xml</import> 6 <import>gemini_macros.xml</import>
13 > "${ outfile }" 13 > "${ outfile }"
14 ]]> 14 ]]>
15 </command> 15 </command>
16 <expand macro="stdio" /> 16 <expand macro="stdio" />
17 <inputs> 17 <inputs>
18 <param name="infile" type="data" format="sqlite" label="GEMINI database" /> 18 <expand macro="infile" />
19 </inputs> 19 </inputs>
20 <outputs> 20 <outputs>
21 <data name="outfile" format="tabular" label="${tool.name} on ${on_string}" /> 21 <data name="outfile" format="tabular" />
22 </outputs> 22 </outputs>
23 <tests> 23 <tests>
24 <test> 24 <test>
25 </test> 25 </test>
26 </tests> 26 </tests>