changeset 1:f6fa7e70120f draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/markitdown commit 1df47411ce8651c1d4f68cd032b2afe7d5a721de
author bgruening
date Mon, 13 Oct 2025 13:22:13 +0000
parents 5ad32046903b
children 4926706c13db
files markitdown.xml
diffstat 1 files changed, 8 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/markitdown.xml	Mon Apr 21 12:13:33 2025 +0000
+++ b/markitdown.xml	Mon Oct 13 13:22:13 2025 +0000
@@ -1,13 +1,13 @@
-<tool id="markitdown" name="Markitdown" version="@TOOL_VERSION@" profile="22.05">
+<tool id="markitdown" name="Markitdown" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
     <description>Convert documents to Markdown</description>
-
-    <!-- Macros inline -->
     <macros>
-        <token name="@TOOL_VERSION@">0.1.1</token>
+        <token name="@TOOL_VERSION@">0.1.3</token>
+        <token name="@VERSION_SUFFIX@">0</token>
+        <token name="@PROFILE@">23.0</token>
     </macros>
-
     <requirements>
-        <container type="docker">quay.io/bgruening/markitdown:@TOOL_VERSION@</container>
+        <requirement type="package" version="3.12">python</requirement>
+        <requirement type="package" version="@TOOL_VERSION@">markitdown</requirement>
     </requirements>
 
     <command detect_errors="exit_code"><![CDATA[
@@ -106,7 +106,8 @@
         </test>
     </tests>
 
-    <help><![CDATA[
+    <help format="markdown"><![CDATA[
+
 **Markitdown** converts rich document formats (PDF, DOCX, HTML, etc.) to Markdown.
 
 ---