Mercurial > repos > bgruening > markitdown
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"><