Mercurial > repos > rv43 > chess_tomo
view test.xml @ 11:9c48ef48c604 draft
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c
| author | rv43 |
|---|---|
| date | Tue, 21 Mar 2023 13:31:00 +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>
