Mercurial > repos > iuc > snpeff
annotate snpEff_macros.xml @ 7:aaa749ea91a2 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit d12a2e9dd273b4c23db48bbb747f32700887710e
| author | iuc |
|---|---|
| date | Tue, 07 Jun 2016 09:40:10 -0400 |
| parents | 114f423f99c0 |
| children | 1501e66908de |
| rev | line source |
|---|---|
| 0 | 1 <macros> |
| 2 <xml name="requirements"> | |
| 3 <requirements> | |
|
7
aaa749ea91a2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit d12a2e9dd273b4c23db48bbb747f32700887710e
iuc
parents:
2
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> | |
|
7
aaa749ea91a2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit d12a2e9dd273b4c23db48bbb747f32700887710e
iuc
parents:
2
diff
changeset
|
13 <xml name="version_command"> |
|
aaa749ea91a2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit d12a2e9dd273b4c23db48bbb747f32700887710e
iuc
parents:
2
diff
changeset
|
14 <version_command>java -jar "$SNPEFF_JAR_PATH/snpEff.jar" -version</version_command> |
|
aaa749ea91a2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit d12a2e9dd273b4c23db48bbb747f32700887710e
iuc
parents:
2
diff
changeset
|
15 </xml> |
|
aaa749ea91a2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit d12a2e9dd273b4c23db48bbb747f32700887710e
iuc
parents:
2
diff
changeset
|
16 <token name="@WRAPPER_VERSION@">4.1</token> |
|
aaa749ea91a2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit d12a2e9dd273b4c23db48bbb747f32700887710e
iuc
parents:
2
diff
changeset
|
17 <token name="@SNPEFF_VERSION@">SnpEff4.1</token> |
|
aaa749ea91a2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit d12a2e9dd273b4c23db48bbb747f32700887710e
iuc
parents:
2
diff
changeset
|
18 <token name="@SNPEFF_DATABASE_URL@">https://snpeff-data.galaxyproject.org/databases/v4_1/</token> |
| 0 | 19 <token name="@EXTERNAL_DOCUMENTATION@"> |
| 20 | |
| 2 | 21 For details about this tool, please go to: |
| 22 http://snpeff.sourceforge.net/SnpEff_manual.html | |
| 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: | |
| 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 | |
| 0 | 33 |
| 34 </token> | |
| 35 <xml name="citations"> | |
| 36 <citations> | |
| 37 <citation type="doi">10.4161/fly.19695</citation> | |
| 38 <yield /> | |
| 39 </citations> | |
| 40 </xml> | |
| 41 </macros> |
