diff test.xml @ 0:7cc026583189 draft

planemo upload for repository https://github.com/rolfverberg/galaxytools commit 0814301cace61040b468d4185a9056a1aed4050d
author rv43
date Mon, 20 Mar 2023 17:54:33 +0000
parents
children 07647d52d7d3
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test.xml	Mon Mar 20 17:54:33 2023 +0000
@@ -0,0 +1,21 @@
+<tool id="test" name="Test" version="0.1.0" python_template_version="3.9">
+    <description>Test</description>
+    <command detect_errors="exit_code"><![CDATA[
+        $__tool_directory__/test.py
+        -l '$log'
+    ]]></command>
+    <outputs>
+        <data name="log" format="txt" label="Log"/>
+    </outputs>
+    <help><![CDATA[
+        Test.
+    ]]></help>
+    <citations>
+        <citation type="bibtex">
+@misc{test,
+  author = {Verberg, Rolf},
+  year = {2022},
+  title = {Test},
+}</citation>
+    </citations>
+</tool>