changeset 1:163151db31b2 draft default tip

Uploaded
author iracooke
date Thu, 24 Oct 2013 00:51:32 -0400
parents cbf3fe41077a
children
files tool_dependencies.xml
diffstat 1 files changed, 12 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Oct 24 00:49:35 2013 -0400
+++ b/tool_dependencies.xml	Thu Oct 24 00:51:32 2013 -0400
@@ -1,17 +1,20 @@
 <?xml version="1.0"?>
 <tool_dependency>
-        <package name="msgfplus" version="20130828">
-            <install version="1.0">
+	<package name="msgfplus" version="20130828">
+   		<install version="1.0">
+   			<actions>
 				<action type="download_by_url">http://proteomics.ucsd.edu/Downloads/MSGFPlus.20130828.zip</action>
-                <action type="move_directory_files">
-                    <source_directory>.</source_directory>
-                    <destination_directory>$INSTALL_DIR</destination_directory>
-                </action>
-	            <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
-                <environment_variable action="set_to" name="PROTK_MSGFPLUS_ROOT">$INSTALL_DIR</environment_variable>
+    	     	<action type="move_directory_files">
+        	    	<source_directory>.</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 action="set_to" name="PROTK_MSGFPLUS_ROOT">$INSTALL_DIR</environment_variable>
+            	</action>
             </actions>            
         </install>
-            <readme>
+           <readme>
             	Downloads prebuilt binaries of the OMSSA search engine from NCBI
             </readme>
         </package>