Mercurial > repos > galaxyp > package_msgfplus_v10089
changeset 0:d6aa9323eb6e draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/packages/package_msgfplus_v10089/ commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
author | galaxyp |
---|---|
date | Fri, 06 Nov 2015 14:13:06 -0500 |
parents | |
children | 3c75e2b6233d |
files | tool_dependencies.xml |
diffstat | 1 files changed, 20 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Nov 06 14:13:06 2015 -0500 @@ -0,0 +1,20 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="msgfplus" version="v10089"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://omics.pnl.gov/sites/default/files/software/MSGFPlus.20140716.zip</action> + <action type="move_file"> + <source>MSGFPlus.jar</source> + <destination>$INSTALL_DIR</destination> + </action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> + </action> + </actions> + </install> + <readme> + This package downloads and installs MSGF+. + </readme> + </package> +</tool_dependency>