Mercurial > repos > galaxyp > package_mztosqlite_1_2_0
changeset 0:c6fd2675f552 draft default tip
planemo upload commit 078c2920db4203a2b7525fd819716507e9346546-dirty
author | galaxyp |
---|---|
date | Fri, 17 Jun 2016 15:12:46 -0400 |
parents | |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 23 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Jun 17 15:12:46 2016 -0400 @@ -0,0 +1,23 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="mztosqlite" version="1.2.0"> + <install version="1.0"> + <actions_group> + <actions> + <action type="download_file">https://github.com/galaxyproteomics/mzToSQLite/releases/download/1.2.0/mzToSQLite-1.2.0.jar</action> + <action type="move_directory_files"> + <source_directory>.</source_directory> + <destination_directory>$INSTALL_DIR</destination_directory> + </action> + </actions> + <action type="set_environment"> + <environment_variable name="MZTOSQLITE_PATH" action="set_to">$INSTALL_DIR</environment_variable> + <environment_variable name="MZTOSQLITE_JAR_PATH" action="set_to">$INSTALL_DIR/mzToSQLite-1.2.0.jar</environment_variable> + </action> + </actions_group> + </install> + <readme> +This mztosqlite package dependency is retrieved directly from: https://github.com/galaxyproteomics/mzToSQLite/releases/download/ + </readme> + </package> +</tool_dependency>