comparison gemini_pathways.xml @ 4:69b5327a1f88 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 283362494058ed64143b1f27afb447b8a1cb4313
author iuc
date Fri, 14 Dec 2018 13:02:36 -0500
parents 66bc68095012
children c63b7eefb07a
comparison
equal deleted inserted replaced
3:6b09debcfc49 4:69b5327a1f88
1 <tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@.0"> 1 <tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@.1">
2 <description>Map genes and variants to KEGG pathways</description> 2 <description>Map genes and variants to KEGG pathways</description>
3 <macros> 3 <macros>
4 <import>gemini_macros.xml</import> 4 <import>gemini_macros.xml</import>
5 <token name="@BINARY@">pathways</token> 5 <token name="@BINARY@">pathways</token>
6 </macros> 6 </macros>
7 <expand macro="requirements" /> 7 <expand macro="requirements" />
8 <expand macro="stdio" /> 8 <expand macro="stdio" />
9 <expand macro="version_command" /> 9 <expand macro="version_command" />
10 <command> 10 <command>
11 <![CDATA[ 11 <![CDATA[
12 @PROVIDE_ANNO_DATA@
13
12 gemini 14 gemini
13 #if $annotation_databases:
14 --annotation-dir "${annotation_databases.fields.path}"
15 #end if
16 @BINARY@ 15 @BINARY@
17 -v $ensembl 16 -v $ensembl
18 $lof 17 $lof
19 "${ infile }" 18 "${ infile }"
20 > "${ outfile }" 19 > "${ outfile }"
35 <outputs> 34 <outputs>
36 <data name="outfile" format="tabular" /> 35 <data name="outfile" format="tabular" />
37 </outputs> 36 </outputs>
38 <tests> 37 <tests>
39 <test> 38 <test>
40 <param name="infile" value="gemini_burden_input.db" ftype="gemini.sqlite" /> 39 <param name="infile" value="gemini_load_result1.db" ftype="gemini.sqlite" />
41 <param name="ensembl" value="68" /> 40 <param name="ensembl" value="68" />
42 <output name="outfile" file="gemini_pathways_result.tabular" /> 41 <output name="outfile">
42 <assert_contents>
43 <has_line_matching expression="chrom&#009;start&#009;end&#009;.*pathway.*" />
44 </assert_contents>
45 </output>
43 </test> 46 </test>
44 </tests> 47 </tests>
45 <help> 48 <help>
46 **What it does** 49 **What it does**
47 50