diff tomo_reconstruct.xml @ 15:1bcca1f2adb4 draft

"planemo upload for repository https://github.com/rolfverberg/galaxytools commit 38c19bf5addbc46f45d598f981bb1a48f7bca691"
author rv43
date Wed, 13 Apr 2022 16:02:44 +0000
parents 845270a96464
children 44f168e1e14f
line wrap: on
line diff
--- a/tomo_reconstruct.xml	Wed Apr 13 15:53:06 2022 +0000
+++ b/tomo_reconstruct.xml	Wed Apr 13 16:02:44 2022 +0000
@@ -8,6 +8,7 @@
         $__tool_directory__/tomo_reconstruct.py
         -i '$red_stacks'
         -c '$config'
+        --center_offsets $center_offsets.lower_center_offset $center_offsets.upper_center_offset
         --output_data 'output.npz'
         --output_config 'output_config.yaml'
         -l '$log'
@@ -15,6 +16,10 @@
     <inputs>
         <expand macro="common_inputs"/>
         <param name="red_stacks" type='data' format='npz' optional='false' label="Reduced stacks"/>
+        <section name="center_offsets" title="Reconstruction center axis offsets">
+            <param name="lower_center_offset" type="float" optional="false" label="Lower center offset"/>
+            <param name="upper_center_offset" type="float" optional="false" label="Upper center offset"/>
+        </section>
     </inputs>
     <outputs>
         <expand macro="common_outputs"/>