Mercurial > repos > iuc > snpsift_genesets
annotate snpSift_geneSets.xml @ 4:ea2e7d299365 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift_genesets/ commit bd4fbe120288bf8452e479cbd82aa1bbf5c4bd31
author | iuc |
---|---|
date | Mon, 19 Dec 2016 11:57:27 -0500 |
parents | 847db7b39bdc |
children | d12a810c837e |
rev | line source |
---|---|
3
847db7b39bdc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift_genesets/ commit d12355cea76843e3ed6f09d96c3e9fe22afe4a4f
iuc
parents:
2
diff
changeset
|
1 <tool id="snpSift_geneSets" name="SnpSift GeneSets" version="@WRAPPER_VERSION@.1"> |
0 | 2 <description>Annotating GeneSets, such as Gene Ontology, KEGG, Reactome</description> |
3 <!-- | |
4 You can change the amount of memory used, just change the -Xmx parameter (e.g. use -Xmx2G for 2Gb of memory) | |
5 --> | |
6 <macros> | |
7 <import>snpSift_macros.xml</import> | |
8 </macros> | |
1
0af41de4eda1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 21b46ae2c90ba7e569b2b3a9eaf938f8dedb2c31
iuc
parents:
0
diff
changeset
|
9 <expand macro="requirements" /> |
0af41de4eda1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 21b46ae2c90ba7e569b2b3a9eaf938f8dedb2c31
iuc
parents:
0
diff
changeset
|
10 <expand macro="stdio" /> |
0af41de4eda1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 21b46ae2c90ba7e569b2b3a9eaf938f8dedb2c31
iuc
parents:
0
diff
changeset
|
11 <expand macro="version_command" /> |
0af41de4eda1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 21b46ae2c90ba7e569b2b3a9eaf938f8dedb2c31
iuc
parents:
0
diff
changeset
|
12 <command><![CDATA[ |
3
847db7b39bdc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift_genesets/ commit d12355cea76843e3ed6f09d96c3e9fe22afe4a4f
iuc
parents:
2
diff
changeset
|
13 @CONDA_SNPSIFT_JAR_PATH@ && |
847db7b39bdc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift_genesets/ commit d12355cea76843e3ed6f09d96c3e9fe22afe4a4f
iuc
parents:
2
diff
changeset
|
14 java -Xmx2G -jar "\$SNPSIFT_JAR_PATH/SnpSift.jar" geneSets -v |
0 | 15 #if $db_opts.db_opts_selector == "db" |
16 "${db_opts.database.fields.path}" | |
17 #elif $db_opts.db_opts_selector == "histdb" | |
18 "$db_opts.histdb" | |
19 #end if | |
1
0af41de4eda1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 21b46ae2c90ba7e569b2b3a9eaf938f8dedb2c31
iuc
parents:
0
diff
changeset
|
20 "$input" 2> "$log" > "$output" |
0af41de4eda1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 21b46ae2c90ba7e569b2b3a9eaf938f8dedb2c31
iuc
parents:
0
diff
changeset
|
21 ]]> |
0 | 22 </command> |
23 <inputs> | |
24 <param format="vcf" name="input" type="data" label="Variant input file in VCF format"/> | |
25 <conditional name="db_opts"> | |
26 <param name="db_opts_selector" type="select" label="Select Annotation database" help=""> | |
27 <option value="db" selected="True">Locally installed database</option> | |
28 <option value="histdb">database from your history</option> | |
29 </param> | |
30 <when value="db"> | |
31 <param name="database" type="select" label="Molecular Signatures Database (MSigDB)"> | |
32 <options from_data_table="snpeff_msigdb_database" /> | |
33 </param> | |
34 <param name="histdb" type="hidden" value="" /> | |
35 </when> | |
36 <when value="histdb"> | |
37 <param name="histdb" type="data" format="txt" label="Molecular Signatures Database (MSigDB)" /> | |
38 </when> | |
39 </conditional> | |
40 </inputs> | |
41 <outputs> | |
42 <data format="vcf" name="output" label="${tool.name} on ${on_string}: VCF" /> | |
43 <data format="txt" name="log" label="${tool.name} on ${on_string}: log" /> | |
44 </outputs> | |
45 <tests> | |
46 </tests> | |
1
0af41de4eda1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 21b46ae2c90ba7e569b2b3a9eaf938f8dedb2c31
iuc
parents:
0
diff
changeset
|
47 <help><![CDATA[ |
0 | 48 This tool uses `SnpSift GeneSets`_ to add annotations from `MSigDB`_, a collection of annotated gene sets from different sources including Gene Ontology (GO), KEGG, Reactome. |
49 | |
50 .. _SnpSift GeneSets: http://snpeff.sourceforge.net/SnpSift.html#geneSets | |
51 | |
52 .. class:: warningmark | |
53 | |
54 The input VCF file must be annotated using SnpEff before performing GeneSets annotations. This is because the tool must know which gene the variant affects. | |
55 | |
56 @EXTERNAL_DOCUMENTATION@ | |
57 | |
58 .. _MSigDB: http://www.broadinstitute.org/gsea/msigdb/ | |
1
0af41de4eda1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 21b46ae2c90ba7e569b2b3a9eaf938f8dedb2c31
iuc
parents:
0
diff
changeset
|
59 ]]> |
0 | 60 </help> |
61 <expand macro="citations"> | |
62 <citation type="doi">10.1073/pnas.0506580102</citation><!-- MSigDB citation --> | |
63 </expand> | |
64 </tool> |