changeset 1:4a49481f29e7 draft

Uploaded
author devteam
date Thu, 23 Oct 2014 10:51:08 -0400
parents 61e41d21cb6f
children 99a28567c3a3
files tool_dependencies.xml
diffstat 1 files changed, 13 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Aug 26 14:19:27 2013 -0400
+++ b/tool_dependencies.xml	Thu Oct 23 10:51:08 2014 -0400
@@ -1,19 +1,22 @@
 <?xml version="1.0"?>
 <tool_dependency>
-    <package name="picard" version="1.56.0">
+    <package name="picard" version="1.122.0">
         <install version="1.0">
-            <actions>
-                <action type="download_by_url">http://downloads.sourceforge.net/project/picard/picard-tools/1.56/picard-tools-1.56.zip</action>
-                <action type="move_directory_files">
-                    <source_directory>picard-tools-1.56</source_directory>
-                    <destination_directory>$INSTALL_DIR/jars</destination_directory>
+            <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>
-                <action type="set_environment">
-                    <environment_variable name="JAVA_JAR_PATH" action="set_to">$INSTALL_DIR/jars</environment_variable>
-                </action>
-            </actions>
+            </actions_group>
         </install>
         <readme>
+This picard package dependency is retrieved directly from https://github.com/broadinstitute/picard/releases
         </readme>
     </package>
 </tool_dependency>