Mercurial > repos > rv43 > chess_tomo
changeset 7:7f6a1db287ee draft
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
| author | rv43 |
|---|---|
| date | Mon, 20 Mar 2023 19:13:06 +0000 |
| parents | 05335876d167 |
| children | c99fc6a32869 |
| files | tomo_reduce.xml workflow/.run_tomo.py.swp |
| diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tomo_reduce.xml Mon Mar 20 19:01:48 2023 +0000 +++ b/tomo_reduce.xml Mon Mar 20 19:13:06 2023 +0000 @@ -1,4 +1,4 @@ -<tool id="tomo_reduce" name="Tomo Reduce" version="0.1.3" python_template_version="3.9"> +<tool id="tomo_reduce" name="Tomo Reduce" version="0.1.4" python_template_version="3.9"> <description>Reduce tomography images</description> <macros> <import>tomo_macros.xml</import> @@ -16,7 +16,10 @@ ]]> </command> <inputs> + <!-- <param name="input_file" type="data" optional="false" label="Input file"/> + --> + <param name="input_file" type='data' format='yaml' optional='false' label="Input config"/> <section name="x_bounds" title="Reduction x bounds"> <param name="x_bound_low" type="integer" value="-1" label="Lower bound"/> <param name="x_bound_upp" type="integer" value="-1" label="Upper bound"/>
