changeset 0:8f3ba7808a87 draft

Uploaded
author devteam
date Tue, 16 Dec 2014 16:13:14 -0500
parents
children 76afbeece45f
files tool_dependencies.xml
diffstat 1 files changed, 28 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Tue Dec 16 16:13:14 2014 -0500
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="freebayes" version="freebayes-0.9.18_0059bdf">
+        <install version="1.0">
+            <actions_group>
+                <actions architecture="x86_64" os="linux">
+                    <action type="download_by_url">http://depot.galaxyproject.org/package/linux/x86_64/freebayes/freebayes-0.9.18_0059bdf.tar.gz</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="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                </action>
+            </actions_group>
+        </install>
+        <readme>
+	  Starting from version freebayes-0.9.14 freebayes is distributed through ToolShed only as pre-compiled x86_64 linux binaries.
+	  This tarball contains two binaries:
+	  
+	  bamleftalign
+	  freebayes
+	  
+	  Corresponding freebayes release 0.9.18 (0059bdf)
+        </readme>
+    </package>
+</tool_dependency>
\ No newline at end of file