comparison markitdown.xml @ 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
comparison
equal deleted inserted replaced
0:5ad32046903b 1:f6fa7e70120f
1 <tool id="markitdown" name="Markitdown" version="@TOOL_VERSION@" profile="22.05"> 1 <tool id="markitdown" name="Markitdown" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
2 <description>Convert documents to Markdown</description> 2 <description>Convert documents to Markdown</description>
3
4 <!-- Macros inline -->
5 <macros> 3 <macros>
6 <token name="@TOOL_VERSION@">0.1.1</token> 4 <token name="@TOOL_VERSION@">0.1.3</token>
5 <token name="@VERSION_SUFFIX@">0</token>
6 <token name="@PROFILE@">23.0</token>
7 </macros> 7 </macros>
8
9 <requirements> 8 <requirements>
10 <container type="docker">quay.io/bgruening/markitdown:@TOOL_VERSION@</container> 9 <requirement type="package" version="3.12">python</requirement>
10 <requirement type="package" version="@TOOL_VERSION@">markitdown</requirement>
11 </requirements> 11 </requirements>
12 12
13 <command detect_errors="exit_code"><![CDATA[ 13 <command detect_errors="exit_code"><![CDATA[
14 #set ext_map = { 14 #set ext_map = {
15 'pdf': 'pdf', 'docx': 'docx', 'pptx': 'pptx', 'xlsx': 'xlsx', 15 'pdf': 'pdf', 'docx': 'docx', 'pptx': 'pptx', 'xlsx': 'xlsx',
104 </assert_contents> 104 </assert_contents>
105 </output> 105 </output>
106 </test> 106 </test>
107 </tests> 107 </tests>
108 108
109 <help><![CDATA[ 109 <help format="markdown"><![CDATA[
110
110 **Markitdown** converts rich document formats (PDF, DOCX, HTML, etc.) to Markdown. 111 **Markitdown** converts rich document formats (PDF, DOCX, HTML, etc.) to Markdown.
111 112
112 --- 113 ---
113 114
114 ### Supported Formats: 115 ### Supported Formats: