changeset 0:cbf3fe41077a draft

Uploaded
author iracooke
date Thu, 24 Oct 2013 00:49:35 -0400
parents
children 163151db31b2
files tool_dependencies.xml
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Thu Oct 24 00:49:35 2013 -0400
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<tool_dependency>
+        <package name="msgfplus" version="20130828">
+            <install version="1.0">
+				<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>
+            </actions>            
+        </install>
+            <readme>
+            	Downloads prebuilt binaries of the OMSSA search engine from NCBI
+            </readme>
+        </package>
+</tool_dependency>