Mercurial > repos > iuc > snpsift
annotate snpSift_vartype.xml @ 14:80da7fae14b8 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit d12355cea76843e3ed6f09d96c3e9fe22afe4a4f
| author | iuc |
|---|---|
| date | Mon, 05 Dec 2016 12:10:54 -0500 |
| parents | ed810da439cc |
| children | 8bd645802765 |
| rev | line source |
|---|---|
|
14
80da7fae14b8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit d12355cea76843e3ed6f09d96c3e9fe22afe4a4f
iuc
parents:
13
diff
changeset
|
1 <tool id="snpsift_vartype" name="SnpSift Variant Type" version="@WRAPPER_VERSION@.1"> |
| 0 | 2 <description>Annotate with variant type</description> |
| 3 <macros> | |
| 4 <import>snpSift_macros.xml</import> | |
| 5 </macros> | |
|
11
b884686a80dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 344140b8df53b8b7024618bb04594607a045c03a
iuc
parents:
0
diff
changeset
|
6 <expand macro="requirements" /> |
|
b884686a80dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 344140b8df53b8b7024618bb04594607a045c03a
iuc
parents:
0
diff
changeset
|
7 <expand macro="stdio" /> |
|
13
ed810da439cc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit d12a2e9dd273b4c23db48bbb747f32700887710e
iuc
parents:
11
diff
changeset
|
8 <expand macro="version_command" /> |
|
ed810da439cc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit d12a2e9dd273b4c23db48bbb747f32700887710e
iuc
parents:
11
diff
changeset
|
9 <command><![CDATA[ |
|
14
80da7fae14b8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit d12355cea76843e3ed6f09d96c3e9fe22afe4a4f
iuc
parents:
13
diff
changeset
|
10 @CONDA_SNPSIFT_JAR_PATH@ && |
|
80da7fae14b8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit d12355cea76843e3ed6f09d96c3e9fe22afe4a4f
iuc
parents:
13
diff
changeset
|
11 java -jar "\$SNPSIFT_JAR_PATH/SnpSift.jar" varType "$input" 2> "$log" > "$output" |
|
13
ed810da439cc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit d12a2e9dd273b4c23db48bbb747f32700887710e
iuc
parents:
11
diff
changeset
|
12 ]]> |
| 0 | 13 </command> |
| 14 <inputs> | |
| 15 <param format="vcf" name="input" type="data" label="Variant file (VCF)"/> | |
| 16 </inputs> | |
| 17 <outputs> | |
| 18 <data format="vcf" name="output" label="${tool.name} on ${on_string}: VCF" /> | |
| 19 <data format="txt" name="log" label="${tool.name} on ${on_string}: log" /> | |
| 20 </outputs> | |
| 21 <tests> | |
| 22 </tests> | |
|
13
ed810da439cc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit d12a2e9dd273b4c23db48bbb747f32700887710e
iuc
parents:
11
diff
changeset
|
23 <help><![CDATA[ |
| 0 | 24 **What it does** |
| 25 | |
| 26 This tool uses `SnpSift Variant type`_ to add the variant type (SNP/MNP/INS/DEL/MIXED) in the INFO field. It also adds "HOM/HET", but this last one works if there is only one sample (otherwise it doesn't make any sense). | |
| 27 | |
| 28 .. _SnpSift Variant type: http://snpeff.sourceforge.net/SnpSift.html#VariantType | |
| 29 | |
| 30 ------ | |
| 31 | |
| 32 **License** | |
| 33 | |
| 34 This Galaxy tool is Copyright © 2013-2014 `CRS4 Srl.`_ and is released under the `MIT license`_. | |
| 35 | |
| 36 .. _CRS4 Srl.: http://www.crs4.it/ | |
|
14
80da7fae14b8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit d12355cea76843e3ed6f09d96c3e9fe22afe4a4f
iuc
parents:
13
diff
changeset
|
37 .. _MIT license: https://opensource.org/licenses/MIT |
|
13
ed810da439cc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit d12a2e9dd273b4c23db48bbb747f32700887710e
iuc
parents:
11
diff
changeset
|
38 ]]> |
| 0 | 39 </help> |
| 40 <expand macro="citations" /> | |
| 41 </tool> |
