view test.xml @ 2:3fd7398a3a7f draft

planemo upload for repository https://github.com/rolfverberg/galaxytools commit 0814301cace61040b468d4185a9056a1aed4050d-dirty
author rv43
date Mon, 20 Mar 2023 18:16:13 +0000
parents 07647d52d7d3
children
line wrap: on
line source

<tool id="test" name="Test" version="0.1.1" python_template_version="3.9">
    <description>Test</description>
    <command detect_errors="exit_code"><![CDATA[
        $__tool_directory__/test.py
        -l '$log'
    ]]></command>
    <outputs>
        <data name="log" format="txt" label="Log"/>
    </outputs>
    <help><![CDATA[
        Test.
    ]]></help>
    <citations>
        <citation type="bibtex">
@misc{test,
  author = {Verberg, Rolf},
  year = {2022},
  title = {Test},
}</citation>
    </citations>
</tool>