Mercurial > repos > rplanel > ccqtl_make_inputs
changeset 1:c0040521d6dc draft default tip
planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit ac8fec726c224fad58f9451042f6f62f180c8c5c
| author | rplanel |
|---|---|
| date | Fri, 29 Sep 2023 14:58:16 +0000 |
| parents | 3e874646330f |
| children | |
| files | ccqtl-make-inputs.xml macros.xml |
| diffstat | 2 files changed, 25 insertions(+), 16 deletions(-) [+] |
line wrap: on
line diff
--- a/ccqtl-make-inputs.xml Fri Jun 30 14:18:02 2023 +0000 +++ b/ccqtl-make-inputs.xml Fri Sep 29 14:58:16 2023 +0000 @@ -4,14 +4,8 @@ <token name="@WRAPPER_VERSION@">galaxy0</token> <import>macros.xml</import> </macros> - <edam_topics> - <edam_topic>topic_0625</edam_topic> - <edam_topic>topic_0160</edam_topic> - <edam_topic>topic_3338</edam_topic> - </edam_topics> - <edam_operations> - <edam_operation>operation_3232</edam_operation> - </edam_operations> + <expand macro="edam"/> + <expand macro="xrefs"/> <requirements> <expand macro="requirements"/> </requirements>
--- a/macros.xml Fri Jun 30 14:18:02 2023 +0000 +++ b/macros.xml Fri Sep 29 14:58:16 2023 +0000 @@ -1,5 +1,20 @@ <macros> <token name="@TOOL_VERSION@">0.0.1_beta.2</token> + <xml name="xrefs"> + <xrefs> + <xref type="bio.tools">ccqtl</xref> + </xrefs> + </xml> + <xml name="edam"> + <edam_topics> + <edam_topic>topic_0625</edam_topic> + <edam_topic>topic_0160</edam_topic> + <edam_topic>topic_3338</edam_topic> + </edam_topics> + <edam_operations> + <edam_operation>operation_3232</edam_operation> + </edam_operations> + </xml> <xml name="requirements"> <requirement type="package" version="@TOOL_VERSION@">r-ccqtl</requirement> <yield/> @@ -35,14 +50,14 @@ <xml name="citations"> <citations> <citation type="bibtex"> -@misc{githubseqtk, - author = {Victoire Baillet, Rémi Planel, Vincent Guillemot, Pascal Campagne}, - year = {2023}, - title = {ccqtl}, - publisher = {Gitlab}, - journal = {Gitlab repository}, - url = {https://gitlab.pasteur.fr/cc-qtl/ccqtl}, -}</citation> + @misc{githubseqtk, + author = {Victoire Baillet, Rémi Planel, Vincent Guillemot, Pascal Campagne}, + year = {2023}, + title = {ccqtl}, + publisher = {Gitlab}, + journal = {Gitlab repository}, + url = {https://gitlab.pasteur.fr/cc-qtl/ccqtl}, + }</citation> </citations> </xml> </macros>
