changeset 1:d96500b8f698 draft

Uploaded
author galaxyp
date Fri, 06 Nov 2015 15:18:29 -0500
parents a6c127961812
children aa9c3d729470
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Nov 06 15:08:05 2015 -0500
+++ b/tool_dependencies.xml	Fri Nov 06 15:18:29 2015 -0500
@@ -3,15 +3,15 @@
     <package name="peptide_shaker" version="1.1">
     <install version="1.0">
         <actions>
-            <action type="download_by_url">http://genesis.ugent.be/maven2/eu/isas/peptideshaker/PeptideShaker/1.1.1/PeptideShaker-1.1.1.zip</action>
+            <action type="download_by_url">http://genesis.ugent.be/maven2/eu/isas/peptideshaker/PeptideShaker/1.1.3/PeptideShaker-1.1.3.zip</action>
             <action type="move_directory_files">
-                <source_directory>PeptideShaker-1.1.1</source_directory>
+                <source_directory>PeptideShaker-1.1.3</source_directory>
                 <destination_directory>$INSTALL_DIR/</destination_directory>
             </action>
             <action type="set_environment">
                 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
                 <environment_variable name="PEPTIDESHAKER_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
-                <environment_variable name="PEPTIDESHAKER_JAR_PATH" action="set_to">$INSTALL_DIR/PeptideShaker-1.1.1.jar</environment_variable>
+                <environment_variable name="PEPTIDESHAKER_JAR_PATH" action="set_to">$INSTALL_DIR/PeptideShaker-1.1.3.jar</environment_variable>
             </action>
         </actions>
     </install>