Mercurial > repos > iuc > snpsift_dbnsfp
diff snpSift_macros.xml @ 277:6c1a0c6cf28c draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift_dbnsfp commit d12a2e9dd273b4c23db48bbb747f32700887710e
| author | iuc |
|---|---|
| date | Tue, 07 Jun 2016 09:41:50 -0400 |
| parents | 7fe1fad13841 |
| children | 02f54bf45aaf |
line wrap: on
line diff
--- a/snpSift_macros.xml Mon Nov 30 21:45:44 2015 -0500 +++ b/snpSift_macros.xml Tue Jun 07 09:41:50 2016 -0400 @@ -1,7 +1,7 @@ <macros> <xml name="requirements"> <requirements> - <requirement type="package" version="4.0">snpEff</requirement> + <requirement type="package" version="4.1">snpEff</requirement> </requirements> </xml> <xml name="stdio"> @@ -10,6 +10,10 @@ <exit_code range="1:" level="fatal" description="Error" /> </stdio> </xml> + <xml name="version_command"> + <version_command>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:
