Mercurial > repos > imgteam > highdicom_dicom2text
comparison macros.xml @ 0:199de6887566 draft default tip
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/highdicom/ commit 3a064f9bbb0eb56d752df40eb467b74da31711ce
| author | imgteam |
|---|---|
| date | Thu, 01 Jan 2026 10:26:58 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:199de6887566 |
|---|---|
| 1 <macros> | |
| 2 <token name="@TOOL_VERSION@">0.27.0</token> | |
| 3 <token name="@VERSION_SUFFIX@">0</token> | |
| 4 <xml name="description"> | |
| 5 <description>with highdicom</description> | |
| 6 </xml> | |
| 7 <xml name="xrefs"> | |
| 8 <xrefs> | |
| 9 <xref type="bio.tools">galaxy_image_analysis</xref> | |
| 10 <xref type="bio.tools">highdicom</xref> | |
| 11 </xrefs> | |
| 12 </xml> | |
| 13 <xml name="requirements"> | |
| 14 <requirements> | |
| 15 <requirement type="package" version="@TOOL_VERSION@">highdicom</requirement> | |
| 16 <requirement type="package" version="3.0.1">pydicom</requirement> | |
| 17 <requirement type="package" version="0.5.2">giatools</requirement> | |
| 18 <requirement type="package" version="6.0.3">pyyaml</requirement> | |
| 19 </requirements> | |
| 20 </xml> | |
| 21 <token name="@DICOM_INTRO@"> | |
| 22 DICOM is a widely established file format in medical imaging. A DICOM dataset contains rich metadata (patient, study | |
| 23 info) and the actual medical image pixel or voxel data. The image data can be single-channel or multi-channel, and it | |
| 24 can also be organized in multiple frames (e.g., spatial tiles of a mosaic, spatial slices, or time steps). | |
| 25 </token> | |
| 26 <xml name="citations"> | |
| 27 <citations> | |
| 28 <citation type="doi">10.1007/s10278-022-00683-y</citation> | |
| 29 <citation type="doi">10.5281/zenodo.13824606</citation> | |
| 30 </citations> | |
| 31 </xml> | |
| 32 </macros> |
