diff tomo_macros.xml @ 69:fba792d5f83b draft

planemo upload for repository https://github.com/rolfverberg/galaxytools commit ab9f412c362a4ab986d00e21d5185cfcf82485c1
author rv43
date Fri, 10 Mar 2023 16:02:04 +0000
parents ba5866d0251d
children 1cf15b61cd83
line wrap: on
line diff
--- a/tomo_macros.xml	Fri Aug 19 20:16:56 2022 +0000
+++ b/tomo_macros.xml	Fri Mar 10 16:02:04 2023 +0000
@@ -1,24 +1,27 @@
 <macros>
     <xml name="requirements">
         <requirements>
+            <requirement type="package" version="1.0.3">lmfit</requirement>
+            <requirement type="package" version="1.0.0">nexusformat</requirement>
             <requirement type="package" version="1.11.0">tomopy</requirement>
-            <requirement type="package" version="3.6.0">h5py</requirement>
-            <requirement type="package" version="1.0.3">lmfit</requirement>
         </requirements>
     </xml>
     <xml name="citations">
         <citations>
             <citation type="bibtex">
-@misc{githubsum_files,
+@misc{github_files,
   author = {Verberg, Rolf},
   year = {2022},
   title = {Tomo Reconstruction},
 }</citation>
         </citations>
     </xml>
+    <!--
     <xml name="common_inputs">
-        <param name="config" type='data' format='tomo.config.yaml' optional='false' label="Input config"/>
+        <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>