Previous changeset 25:b6ea27745c45 (2012-12-20) Next changeset 27:d27851e0cbbd (2012-12-20) |
Commit message:
Deleted selected files |
removed:
tool_dependencies-disabled.xml |
b |
diff -r b6ea27745c45 -r 0bc4439da640 tool_dependencies-disabled.xml --- a/tool_dependencies-disabled.xml Thu Dec 20 18:25:12 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 |
b |
@@ -1,24 +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> - I'm sorry but this does not work - - </readme> - </package> -</tool_dependency> - |