changeset 10:d884d5422ddc draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
author iuc
date Tue, 31 Aug 2021 08:18:36 +0000
parents 7ebac0321821
children 1125cb82f07f
files gemini_db_info.xml gemini_macros.xml repository_dependencies.xml
diffstat 3 files changed, 7 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/gemini_db_info.xml	Tue Mar 10 10:10:27 2020 +0000
+++ b/gemini_db_info.xml	Tue Aug 31 08:18:36 2021 +0000
@@ -1,5 +1,6 @@
 <tool id="gemini_db_info" name="GEMINI database info" version="@VERSION@">
     <description>Retrieve information about tables, columns and annotation data stored in a GEMINI database</description>
+    <expand macro="bio_tools"/>
     <macros>
         <import>gemini_macros.xml</import>
     </macros>
--- a/gemini_macros.xml	Tue Mar 10 10:10:27 2020 +0000
+++ b/gemini_macros.xml	Tue Aug 31 08:18:36 2021 +0000
@@ -4,6 +4,12 @@
     <!-- minimal annotation files version required by this version of gemini -->
     <token name="@DB_VERSION@">200</token>
 
+    <xml name="bio_tools">
+        <xrefs>
+            <xref type="bio.tools">gemini</xref>
+        </xrefs>
+    </xml>
+
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@VERSION@">gemini</requirement>
--- a/repository_dependencies.xml	Tue Mar 10 10:10:27 2020 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-<?xml version="1.0" ?>
-<repositories description="This requires the GEMINI data manager definition to install all required annotation databases.">
-    <repository changeset_revision="578b6fcc36e1" name="data_manager_gemini_database_downloader" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"/>
-</repositories>
\ No newline at end of file