Mercurial > repos > galaxyp > package_proteowizard_3_0_9016
changeset 0:e9ae8f0be737 draft default tip
Uploaded
author | galaxyp |
---|---|
date | Fri, 13 Nov 2015 08:24:07 -0500 |
parents | |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 32 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Nov 13 08:24:07 2015 -0500 @@ -0,0 +1,32 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="proteowizard" version="3.0.9016"> + <install version="1.0"> + <actions> + <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/pwiz/pwiz-bin-linux-x86_64-gcc48-release-3_0_9016.tar.bz2</action> + <action type="move_file"> + <source>msconvert</source> + <destination>$INSTALL_DIR</destination> + </action> + <action type="move_file"> + <source>msaccess</source> + <destination>$INSTALL_DIR</destination> + </action> + <action type="move_file"> + <source>chainsaw</source> + <destination>$INSTALL_DIR</destination> + </action> + <action type="move_file"> + <source>idconvert</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 the ProteoWizard tools for Linux. + </readme> + </package> +</tool_dependency>