Mercurial > repos > iuc > gemini
annotate gemini_pathways.xml @ 17:65f742e605ec draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 344140b8df53b8b7024618bb04594607a045c03a
| author | iuc |
|---|---|
| date | Mon, 04 May 2015 22:46:38 -0400 |
| parents | 53a5647e5271 |
| children | ce61d4876838 |
| rev | line source |
|---|---|
| 0 | 1 <tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@.0"> |
| 2 <description>Map genes and variants to KEGG pathways</description> | |
| 3 <macros> | |
| 4 <import>gemini_macros.xml</import> | |
| 5 <token name="@BINARY@">pathways</token> | |
| 6 </macros> | |
|
17
65f742e605ec
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 344140b8df53b8b7024618bb04594607a045c03a
iuc
parents:
11
diff
changeset
|
7 <expand macro="requirements" /> |
|
65f742e605ec
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 344140b8df53b8b7024618bb04594607a045c03a
iuc
parents:
11
diff
changeset
|
8 <expand macro="stdio" /> |
|
65f742e605ec
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 344140b8df53b8b7024618bb04594607a045c03a
iuc
parents:
11
diff
changeset
|
9 <expand macro="version_command" /> |
| 0 | 10 <command> |
| 11 <![CDATA[ | |
|
17
65f742e605ec
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 344140b8df53b8b7024618bb04594607a045c03a
iuc
parents:
11
diff
changeset
|
12 gemini |
| 5 | 13 --annotation-dir ${annotation_databases.fields.path} |
| 4 | 14 @BINARY@ |
| 0 | 15 -v $ensembl |
| 16 $lof | |
| 17 "${ infile }" | |
| 18 > "${ outfile }" | |
| 19 ]]> | |
| 20 </command> | |
| 21 <inputs> | |
| 11 | 22 <expand macro="infile" /> |
| 0 | 23 |
|
17
65f742e605ec
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 344140b8df53b8b7024618bb04594607a045c03a
iuc
parents:
11
diff
changeset
|
24 <param name="ensembl" type="integer" value="68" size="5" label="Version of ensembl genes to use" |
| 0 | 25 help="Supported versions: 66 to 71. use versions that match the VEP/snpEff versions of the annotated vcf for correctness. For e.g VEP v2.6 and snpEff v3.1 use Ensembl 68 version of the genomes. (-v)"> |
| 26 <validator type="in_range" min="66" max="71"/> | |
| 27 </param> | |
| 28 | |
|
17
65f742e605ec
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 344140b8df53b8b7024618bb04594607a045c03a
iuc
parents:
11
diff
changeset
|
29 <param name="lof" type="boolean" truevalue="--lof" falsevalue="" checked="False" |
| 0 | 30 label="Report only pathways with loss-of-function variants" help="(--lof)"/> |
| 4 | 31 <expand macro="annotation_dir" /> |
| 0 | 32 </inputs> |
| 33 <outputs> | |
| 11 | 34 <data name="outfile" format="tabular" /> |
| 0 | 35 </outputs> |
| 36 <tests> | |
| 37 <test> | |
| 38 </test> | |
| 39 </tests> | |
| 40 <help> | |
| 41 **What it does** | |
| 42 | |
|
17
65f742e605ec
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 344140b8df53b8b7024618bb04594607a045c03a
iuc
parents:
11
diff
changeset
|
43 Mapping genes to biological pathways is useful in understanding the function/role played by a gene. |
|
65f742e605ec
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 344140b8df53b8b7024618bb04594607a045c03a
iuc
parents:
11
diff
changeset
|
44 Likewise, genes involved in common pathways is helpful in understanding heterogeneous diseases. |
|
65f742e605ec
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 344140b8df53b8b7024618bb04594607a045c03a
iuc
parents:
11
diff
changeset
|
45 We have integrated the KEGG pathway mapping for gene variants, to explain/annotate variation. |
| 0 | 46 |
| 47 This requires your VCF be annotated with either snpEff/VEP. | |
| 48 | |
| 49 @CITATION@ | |
| 50 </help> | |
| 51 <expand macro="citations"/> | |
| 52 </tool> |
