changeset 0:4667f2fed156 draft

"planemo upload"
author petr-novak
date Tue, 31 May 2022 10:13:38 +0000
parents
children 5b389fa38672
files tool_dependencies.xml
diffstat 1 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Tue May 31 10:13:38 2022 +0000
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+<tool_dependency>
+  <package name="getorganelledb" version="0.0.1">
+    <install version="1.0">
+      <actions>
+        <action type="download_by_url">https://github.com/kavonrtep/getorganelledb/archive/refs/tags/0.0.1.zip</action>
+        <action type="shell_command">
+          make
+        </action>
+        <action type="move_directory_files">
+          <source_directory>$TMP_WORK_DIR/kavonrtep-getorganelledb-0.0.1</source_directory>
+          <destination_directory>$INSTALL_DIR</destination_directory>
+        </action>
+
+        <action type="set_environment">
+          <environment_variable action="set_to" name="GETORGANELLEDB">$INSTALL_DIR</environment_variable>
+        </action>
+        <action type="set_environment">
+          <environment_variable action="set_to" name="GETORGANELE_VERSION">"0.0.1"</environment_variable>
+        </action>
+      </actions>
+    </install>
+    <readme>
+      copy orgenelledb from https://github.com/Kinggerm/GetOrganelleDB/
+    </readme>
+  </package>
+</tool_dependency>