diff macro.xml @ 0:a157d29ef11d draft default tip

planemo upload commit 4b30072ce6fff8554976af6fb4fce92069d39a6e
author pimarin
date Mon, 15 May 2023 14:20:18 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macro.xml	Mon May 15 14:20:18 2023 +0000
@@ -0,0 +1,38 @@
+
+<macros>
+    <token name="@TOOL_VERSION@">0.1</token>
+    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@PROFILE@">21.05</token>
+    <xml name="version_command">
+        <version_command><![CDATA[abromics --version]]></version_command>
+    </xml>
+    <xml name="analysis_software_version">
+        <param argument="--analysis_software_version" type="text" optional="true" label="Analysis software version"></param>
+    </xml>
+    <xml name="reference_database_version">
+        <param argument="--reference_database_version" type="text" optional="true" label="Database software version"></param>
+    </xml>
+    <xml name="edam">
+      <edam_topics>
+          <edam_topic>topic_3301</edam_topic>
+      </edam_topics>
+    </xml>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">abromicsextractor</requirement>
+        </requirements>
+    </xml>
+    <xml name="citations">
+        <citations>
+            <citation type="doi">10.1099/mgen.0.000685</citation>
+        </citations>
+    </xml>
+    <xml name="element_assert" token_name="" token_text="">
+        <element name="@NAME@">
+            <assert_contents>
+                <has_text text="@TEXT@"/>
+                <yield/>
+            </assert_contents>
+        </element>
+    </xml>
+</macros>