Mercurial > repos > jjohnson > snpeff
annotate snpEff_macros.xml @ 23:924af057bbca draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 93465571cf180554c3548338a68fa0f1604985dc-dirty
| author | jjohnson |
|---|---|
| date | Sat, 09 Apr 2016 11:51:40 -0400 |
| parents | bb0797deab78 |
| children |
| rev | line source |
|---|---|
| 7 | 1 <macros> |
| 2 <xml name="requirements"> | |
| 3 <requirements> | |
| 22 | 4 <requirement type="package" version="4.1">snpEff</requirement> |
| 7 | 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> | |
| 22 | 13 <xml name="version_command"> |
|
23
924af057bbca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 93465571cf180554c3548338a68fa0f1604985dc-dirty
jjohnson
parents:
22
diff
changeset
|
14 <version_command>java -jar "$SNPEFF_JAR_PATH/snpEff.jar" -version</version_command> |
| 22 | 15 </xml> |
| 16 <token name="@WRAPPER_VERSION@">4.1</token> | |
| 17 <token name="@SNPEFF_VERSION@">SnpEff4.1</token> | |
| 18 <token name="@SNPEFF_DATABASE_URL@">https://snpeff-data.galaxyproject.org/databases/v4_1/</token> | |
| 7 | 19 <token name="@EXTERNAL_DOCUMENTATION@"> |
| 20 | |
|
11
c5288d5a446e
Update to version 3.6 and refactor to new repositories: snpsift, snpeff_datatypes, data_manager_snpeff
Jim Johnson <jj@umn.edu>
parents:
8
diff
changeset
|
21 For details about this tool, please go to: |
|
c5288d5a446e
Update to version 3.6 and refactor to new repositories: snpsift, snpeff_datatypes, data_manager_snpeff
Jim Johnson <jj@umn.edu>
parents:
8
diff
changeset
|
22 http://snpeff.sourceforge.net/SnpEff_manual.html |
| 7 | 23 |
| 24 </token> | |
| 25 <token name="@CITATION_SECTION@">------ | |
| 26 | |
| 27 **Citation** | |
| 28 | |
| 29 For the underlying tool, please cite the following two publications: | |
| 30 | |
| 31 SnpEff citation: | |
|
18
36f3c82323e6
Use tool_data_table with key and version columns added to allow for multiple versions in a .loc file
Jim Johnson <jj@umn.edu>
parents:
12
diff
changeset
|
32 "A program for annotating and predicting the effects of single nucleotide polymorphisms, SnpEff: SNPs in the genome of Drosophila melanogaster strain w1118; iso-2; iso-3.", Cingolani P, Platts A, Wang le L, Coon M, Nguyen T, Wang L, Land SJ, Lu X, Ruden DM. Fly 6(2):80-92, 2012 |
| 7 | 33 |
| 34 </token> | |
|
18
36f3c82323e6
Use tool_data_table with key and version columns added to allow for multiple versions in a .loc file
Jim Johnson <jj@umn.edu>
parents:
12
diff
changeset
|
35 <xml name="citations"> |
|
36f3c82323e6
Use tool_data_table with key and version columns added to allow for multiple versions in a .loc file
Jim Johnson <jj@umn.edu>
parents:
12
diff
changeset
|
36 <citations> |
|
36f3c82323e6
Use tool_data_table with key and version columns added to allow for multiple versions in a .loc file
Jim Johnson <jj@umn.edu>
parents:
12
diff
changeset
|
37 <citation type="doi">10.4161/fly.19695</citation> |
|
36f3c82323e6
Use tool_data_table with key and version columns added to allow for multiple versions in a .loc file
Jim Johnson <jj@umn.edu>
parents:
12
diff
changeset
|
38 <yield /> |
|
36f3c82323e6
Use tool_data_table with key and version columns added to allow for multiple versions in a .loc file
Jim Johnson <jj@umn.edu>
parents:
12
diff
changeset
|
39 </citations> |
|
36f3c82323e6
Use tool_data_table with key and version columns added to allow for multiple versions in a .loc file
Jim Johnson <jj@umn.edu>
parents:
12
diff
changeset
|
40 </xml> |
| 7 | 41 </macros> |
