changeset 0:2b51118ca75f draft default tip

planemo upload for repository https://github.com/dfornika/tools-pathogist/tree/master/packages/package_julia_0_5_2
author dfornika
date Fri, 25 Aug 2017 14:36:13 -0400
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 23 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Fri Aug 25 14:36:13 2017 -0400
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+<tool_dependency>
+  <package name="julia" version="0.5.2">
+    <install version="1.0">
+      <actions>
+	<action type="download_by_url" target_filename="julia-0.5.2-linux-x86_64.tar.gz" sha256sum="f7e0304a0b7c52248e4d486d9faac5657cad36c45a3c8624fe5da2d86c386133">https://julialang-s3.julialang.org/bin/linux/x64/0.5/julia-0.5.2-linux-x86_64.tar.gz</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>
+	<action type="set_environment">
+          <environment_variable name="JULIA_PKGDIR" action="set_to">$INSTALL_DIR/share/julia/site</environment_variable>
+        </action>
+      </actions>
+    </install>
+    <readme>
+      Julia Language.
+    </readme>
+  </package>
+</tool_dependency>