changeset 2:4aa5b444fd42 draft default tip

Deleted selected files
author devteam
date Tue, 16 Dec 2014 16:50:01 -0500
parents 34b98093fb00
children
files package_picard_122/tool_dependencies.xml
diffstat 1 files changed, 0 insertions(+), 22 deletions(-) [+]
line wrap: on
line diff
--- a/package_picard_122/tool_dependencies.xml	Thu Oct 23 12:03:58 2014 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-<?xml version="1.0"?>
-<tool_dependency>
-    <package name="picard" version="1.122.0">
-        <install version="1.0">
-            <actions_group>
-                <actions architecture="x86_64" os="linux">
-                    <action type="download_by_url">https://github.com/broadinstitute/picard/releases/download/1.122/picard-tools-1.122.zip</action>
-                    <action type="move_directory_files">
-                        <source_directory>.</source_directory>
-                        <destination_directory>$INSTALL_DIR</destination_directory>
-                    </action>       
-                </actions>                
-                <action type="set_environment">
-                    <environment_variable name="JAVA_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable>
-                </action>
-            </actions_group>
-        </install>
-        <readme>
-This picard package dependency is retrieved directly from https://github.com/broadinstitute/picard/releases
-        </readme>
-    </package>
-</tool_dependency>