view test.xml @ 5:543dba81eb15 draft

planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
author rv43
date Mon, 20 Mar 2023 18:54:48 +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>