Mercurial > repos > iuc > coreprofiler_allele_calling
diff macro.xml @ 0:8b8c1c9c0413 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/coreprofiler commit 62961196b51799ddc4969f79c1aac46448390d51
| author | iuc |
|---|---|
| date | Tue, 22 Jul 2025 09:00:26 +0000 |
| parents | |
| children | e8d24431ea66 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macro.xml Tue Jul 22 09:00:26 2025 +0000 @@ -0,0 +1,32 @@ +<?xml version="1.0"?> +<macros> + <token name="@TOOL_VERSION@">1.1.3</token> + <token name="@VERSION_SUFFIX@">0</token> + <token name="@PROFILE@">22.05</token> + <xml name="version_command"> + <version_command><![CDATA[coreprofiler --version]]></version_command> + </xml> + <xml name="biotools"> + <xrefs> + <xref type="bio.tools">coreprofiler</xref> + </xrefs> + </xml> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">coreprofiler</requirement> + </requirements> + </xml> + <xml name="citations"> + <citations> + <citation type="doi">10.5281/zenodo.8282656</citation> + <citation type="doi">10.1016/S0022-2836(05)80360-2</citation> + </citations> + </xml> + <xml name="element_assert" token_name="" token_text=""> + <element name="@NAME@"> + <assert_contents> + <has_text text="@TEXT@"/> + </assert_contents> + </element> + </xml> +</macros>
