Mercurial > repos > iuc > snpsift_genesets
view snpSift_macros.xml @ 2:9ba6e2c298ab draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 44b3b8a31f9f912a3b754aef1d467a90a4ed3504
author | iuc |
---|---|
date | Mon, 19 Sep 2016 14:43:55 -0400 |
parents | 0af41de4eda1 |
children | 847db7b39bdc |
line wrap: on
line source
<macros> <xml name="requirements"> <requirements> <requirement type="package" version="4.1">snpEff</requirement> </requirements> </xml> <xml name="stdio"> <stdio> <exit_code range=":-1" level="fatal" description="Error: Cannot open file" /> <exit_code range="1:" level="fatal" description="Error" /> </stdio> </xml> <token name="@CONDA_SNPEFF_JAR_PATH@">if [ -z "\$SNPEFF_JAR_PATH" ]; then export SNPEFF_JAR_PATH=\$(dirname \$(readlink -e \$(which snpEff))); fi</token> <xml name="version_command"> <version_command><![CDATA[ if [ -z "$SNPEFF_JAR_PATH" ]; then export SNPEFF_JAR_PATH=$(dirname $(readlink -e $(which snpEff))); fi && java -jar "$SNPEFF_JAR_PATH/snpEff.jar" -version ]]></version_command> </xml> <token name="@WRAPPER_VERSION@">4.1</token> <token name="@EXTERNAL_DOCUMENTATION@"> For details about this tool, please go to: http://snpeff.sourceforge.net/SnpEff_manual.html </token> <token name="@CITATION_SECTION@">------ **Citation** For the underlying tool, please cite the following two publications: SnpSift citation: "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. </token> <xml name="citations"> <citations> <citation type="doi">10.3389/fgene.2012.00035</citation> <yield /> </citations> </xml> </macros>