Mercurial > repos > iuc > pdfimages
diff macros.xml @ 0:fe8e52e52961 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/pdfimages/ commit 6f5af0db756df0cf9cc62dc1d5866a9f10c4346c
| author | iuc |
|---|---|
| date | Thu, 31 Jul 2025 17:35:49 +0000 |
| parents | |
| children | 1ba934f8c35b |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Thu Jul 31 17:35:49 2025 +0000 @@ -0,0 +1,25 @@ +<macros> + <token name="@TOOL_VERSION@">25.07.0</token> + <token name="@VERSION_SUFFIX@">0</token> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">poppler</requirement> + </requirements> + </xml> + <xml name="citations"> + <citations> + <citation type="bibtex"> + @misc{poppler, + title = {Poppler PDF Rendering Library}, + howpublished = {\url{https://gitlab.freedesktop.org/poppler/poppler}}, + note = {Accessed: 2025-07-31} + } + </citation> + </citations> + </xml> + <xml name="creators"> + <creator> + <person givenName="Rand" familyName="Zoabi" url="https://github.com/RZ9082" identifier="https://orcid.org/0009-0000-2501-8053" /> + </creator> + </xml> +</macros>
