view tomo_macros.xml @ 11:ec7c3e84d611 draft

"planemo upload for repository https://github.com/rolfverberg/galaxytools commit 6d01e142af3a0daad7ab37d4ff02d0f1797057a7"
author rv43
date Fri, 08 Apr 2022 16:39:07 +0000
parents 845270a96464
children ef5c2f7b49ec
line wrap: on
line source

<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="1.11.0">tomopy</requirement>
            <requirement type="package" version="3.6.0">h5py</requirement>
        </requirements>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="bibtex">
@misc{githubsum_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"/>
    </xml>
    <xml name="common_outputs">
        <data name="output_config" format="yaml" label="Output config" from_work_dir="output_config.yaml"/>
        <data name="log" format="txt" label="Log"/>
    </xml>
</macros>