diff tool_dependencies.xml @ 0:aad38011de33 draft default tip

Uploaded
author saskia-hiltemann
date Tue, 28 Jul 2015 11:16:53 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Tue Jul 28 11:16:53 2015 -0400
@@ -0,0 +1,26 @@
+<?xml version="1.0"?>
+
+<tool_dependency>
+	<package name="igv" version="2.3.57"> 
+    
+        <install version="1.0">
+            <actions>                				
+                <action type="download_by_url"> http://www.broadinstitute.org/igv/projects/downloads/IGV_2.3.57.zip</action>                 
+                <action type="shell_command"> chmod a+x igv.sh</action>
+                <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>
+                </action>      
+            </actions>
+         
+       </install>
+        
+        <readme>
+			Downloads and installs the igv 2.3.57 package. 
+        </readme>
+    </package>      
+</tool_dependency>
+