view tool_dependencies.xml @ 0:4667f2fed156 draft

"planemo upload"
author petr-novak
date Tue, 31 May 2022 10:13:38 +0000
parents
children 5b389fa38672
line wrap: on
line source

<?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>