diff tomo_macros.xml @ 0:98e23dff1de2 draft default tip

planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
author rv43
date Tue, 21 Mar 2023 16:22:42 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tomo_macros.xml	Tue Mar 21 16:22:42 2023 +0000
@@ -0,0 +1,30 @@
+<macros>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="1.0.3">lmfit</requirement>
+            <requirement type="package" version="3.5.2">matplotlib</requirement>
+            <requirement type="package" version="1.0.0">nexusformat</requirement>
+            <requirement type="package" version="1.12.2">tomopy</requirement>
+        </requirements>
+    </xml>
+    <xml name="citations">
+        <citations>
+            <citation type="bibtex">
+@misc{github_files,
+  author = {Verberg, Rolf},
+  year = {2022},
+  title = {Tomo Reconstruction},
+}</citation>
+        </citations>
+    </xml>
+    <!--
+    <xml name="common_inputs">
+        <param name="config" type='data' format='yaml' optional='false' label="Input config"/>
+        <param name="config" type='data' format='tomo.config.yaml' optional='true' label="Input config"/>
+    </xml>
+    -->
+    <xml name="common_outputs">
+        <data name="log" format="txt" label="Log"/>
+    </xml>
+</macros>
+