changeset 0:dd5171586d27 draft

Uploaded
author morinlab
date Thu, 18 Aug 2016 18:38:43 -0400
parents
children 011e49c1bdde
files tool_dependencies.xml
diffstat 1 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Thu Aug 18 18:38:43 2016 -0400
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+<tool_dependency>
+  <package name="radia" version="1.1.3">
+    <install version="1.0">
+      <actions>
+        <action type="download_by_url">https://github.com/aradenbaugh/radia/archive/v1.1.3.tar.gz</action>
+        <action type="make_directory">$INSTALL_DIR/radia_src/</action>
+	<action type="move_directory_files"><source_directory>.</source_directory><destination_directory>$INSTALL_DIR/radia_src/</destination_directory></action>
+	<action type="setup_virtualenv">
+	pysam==0.8.1
+	</action>
+	<action type="set_environment">
+          <environment_variable action="set_to" name="RADIA_INSTALL_DIR">$INSTALL_DIR</environment_variable>
+          <environment_variable action="set_to" name="RADIA_RESPOSITORY_DIR">$REPOSITORY_DIR</environment_variable>
+        </action>
+      </actions>
+    </install>
+  </package>
+</tool_dependency>