Mercurial > repos > thanhlv > integron_finder
diff macro.xml @ 0:3a24265075bd draft default tip
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/blob/master/tools/integron_finder commit 6b06711cfba45855d5a992ed1c73c472eaef644f
author | thanhlv |
---|---|
date | Mon, 13 Feb 2023 13:53:43 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macro.xml Mon Feb 13 13:53:43 2023 +0000 @@ -0,0 +1,40 @@ +<macros> + <token name="@TOOL_VERSION@">2.0.2</token> + <token name="@VERSION_SUFFIX@">0</token> + <token name="@PROFILE@">21.05</token> + <token name="@THREADS@">\${GALAXY_SLOTS:-2}</token> + <xml name="requirements"> + <requirements> + <requirement type="package" version="3.3.2">hmmer</requirement> + <requirement type="package" version="1.1.4">infernal</requirement> + <requirement type="package" version="2.6.3">prodigal</requirement> + <requirement type="package" version="@TOOL_VERSION@">integron_finder</requirement> + </requirements> + </xml> + <xml name="edam_info"> + <edam_topics> + <edam_topic>topic_0085</edam_topic> + <edam_topic>topic_0798</edam_topic> + <edam_topic>topic_3047</edam_topic> + <edam_topic>topic_0091</edam_topic> + <edam_topic>topic_0080</edam_topic> + </edam_topics> + <edam_operations> + <edam_operation>operation_0239</edam_operation> + <edam_operation>operation_3430</edam_operation> + <edam_operation>operation_3087</edam_operation> + <edam_operation>operation_0362</edam_operation> + </edam_operations> + </xml> + <xml name="xrefs"> + <xrefs> + <xref type='bio.tools'>integron_finder</xref> + </xrefs> + </xml> + + <xml name="citations"> + <citations> + <citation type="doi">10.1101/2022.02.28.482270 </citation> + </citations> + </xml> +</macros>