changeset 14:2f78991873a4

Uploaded
author fcaramia
date Tue, 11 Dec 2012 18:07:55 -0500
parents f521f05bc6f5
children f4345d10e1ad
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Dec 04 23:25:00 2012 -0500
+++ b/tool_dependencies.xml	Tue Dec 11 18:07:55 2012 -0500
@@ -3,8 +3,8 @@
    <package name="bedtools" version="2.17.0">
        <install version="1.0">
            <actions>
-		<action type="download_by_url" target_filename="bedtools-2.17.0.tar.gz">http://bedtools.googlecode.com/files/BEDTools.v2.17.0.tar.gz</action>
-		<action type="shell_command">tar -zxvf bedtools-2.17.0.tar.gz </action>
+		<action type="download_by_url" target_filename="BEDTools.v2.17.0.tar.gz">http://bedtools.googlecode.com/files/BEDTools.v2.17.0.tar.gz</action>
+		<action type="shell_command">tar -zxvf BEDTools.v2.17.0.tar.gz </action>
 		<action type="shell_command">cd bedtools-2.17.0</action>
 		<action type="shell_command">make clean</action>
 		<action type="shell_command">make all</action>