Mercurial > repos > iuc > snpsift
annotate snpSift_macros.xml @ 13:ed810da439cc draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit d12a2e9dd273b4c23db48bbb747f32700887710e
| author | iuc |
|---|---|
| date | Tue, 07 Jun 2016 09:41:13 -0400 |
| parents | f0faaa4d6ee5 |
| children | 80da7fae14b8 |
| rev | line source |
|---|---|
| 0 | 1 <macros> |
| 2 <xml name="requirements"> | |
| 3 <requirements> | |
|
13
ed810da439cc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit d12a2e9dd273b4c23db48bbb747f32700887710e
iuc
parents:
0
diff
changeset
|
4 <requirement type="package" version="4.1">snpEff</requirement> |
| 0 | 5 </requirements> |
| 6 </xml> | |
| 7 <xml name="stdio"> | |
| 8 <stdio> | |
| 9 <exit_code range=":-1" level="fatal" description="Error: Cannot open file" /> | |
| 10 <exit_code range="1:" level="fatal" description="Error" /> | |
| 11 </stdio> | |
| 12 </xml> | |
|
13
ed810da439cc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit d12a2e9dd273b4c23db48bbb747f32700887710e
iuc
parents:
0
diff
changeset
|
13 <xml name="version_command"> |
|
ed810da439cc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit d12a2e9dd273b4c23db48bbb747f32700887710e
iuc
parents:
0
diff
changeset
|
14 <version_command>java -jar "$SNPEFF_JAR_PATH/snpEff.jar" -version</version_command> |
|
ed810da439cc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit d12a2e9dd273b4c23db48bbb747f32700887710e
iuc
parents:
0
diff
changeset
|
15 </xml> |
|
ed810da439cc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit d12a2e9dd273b4c23db48bbb747f32700887710e
iuc
parents:
0
diff
changeset
|
16 <token name="@WRAPPER_VERSION@">4.1</token> |
| 0 | 17 <token name="@EXTERNAL_DOCUMENTATION@"> |
| 18 | |
| 19 For details about this tool, please go to: | |
| 20 http://snpeff.sourceforge.net/SnpEff_manual.html | |
| 21 | |
| 22 </token> | |
| 23 <token name="@CITATION_SECTION@">------ | |
| 24 | |
| 25 **Citation** | |
| 26 | |
| 27 For the underlying tool, please cite the following two publications: | |
| 28 | |
| 29 SnpSift citation: | |
| 30 "Using Drosophila melanogaster as a model for genotoxic chemical mutational studies with a new program, SnpSift", Cingolani, P., et. al., Frontiers in Genetics, 3:35, 2012. | |
| 31 | |
| 32 </token> | |
| 33 <xml name="citations"> | |
| 34 <citations> | |
| 35 <citation type="doi">10.3389/fgene.2012.00035</citation> | |
| 36 <yield /> | |
| 37 </citations> | |
| 38 </xml> | |
| 39 </macros> |
