diff tool_dependencies.xml @ 1:422485508110 draft

Uploaded
author petr-novak
date Fri, 24 Jul 2020 07:26:07 -0400
parents 43c4250c6761
children 349b197133dc
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Apr 30 07:42:45 2020 -0400
+++ b/tool_dependencies.xml	Fri Jul 24 07:26:07 2020 -0400
@@ -1,9 +1,28 @@
-<?xml version="1.0" ?>
+<?xml version="1.0"?>
 <tool_dependency>
-    <package name="repex_tarean_testing" version="2.3.8">
-        <repository changeset_revision="31743c5c3fc7" name="package_repex_tarean_testing_2_3_8" owner="petr-novak" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu"/>
-        <readme>
-      prepare repex database and scripts
+  <package name="repex_tarean_dev" version="2.3.8">
+    <install version="1.0">
+      <actions>
+        <action type="download_by_url">https://bitbucket.org/petrnovak/repex_tarean/get/7fa000f91080.zip</action>
+        <action type="shell_command">
+          make
+        </action>
+        <action type="move_directory_files">
+          <source_directory>$TMP_WORK_DIR/petrnovak-repex_tarean-7fa000f91080</source_directory>
+          <destination_directory>$INSTALL_DIR</destination_directory>
+        </action>
+
+        <action type="set_environment">
+          <environment_variable action="set_to" name="REPEX">$INSTALL_DIR</environment_variable>
+        </action>
+        <action type="set_environment">
+          <environment_variable action="set_to" name="REPEX_VERSION">"version: 0.3.8-458(7fa000f) branch: almitey"</environment_variable>
+        </action>
+      </actions>
+    </install>
+    <readme>
+      repeatexplorer executables and databases
     </readme>
-    </package>
-</tool_dependency>
\ No newline at end of file
+  </package>
+</tool_dependency>
+