changeset 21:d4d9020f76d4 draft

Deleted selected files
author kevyin
date Wed, 19 Dec 2012 20:20:12 -0500
parents 90db049d8f68
children a6d9f6e5840f
files tool_dependencies.xml
diffstat 1 files changed, 0 insertions(+), 23 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Dec 19 20:20:00 2012 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<tool_dependency>
-  <package name="homer" version="4.1">
-    <install version="4.1">
-      <actions>
-        <action type="download_by_url">http://biowhat.ucsd.edu/homer/configureHomer.pl</action>
-        <action type="shell_command">perl ./configureHomer.pl -install</action>
-        <action type="shell_command">perl ./configureHomer.pl -install hg19</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/bin</environment_variable>
-        </action>
-      </actions>
-    </install>
-    <readme>
-      Installs homer
-    </readme>
-  </package>
-</tool_dependency>
-