Mercurial > repos > bgruening > ctb_im_xcos
view macros.xml @ 1:9b6210854c8c draft default tip
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/im-pipelines commit d1d0ec4ebc97b2274b18a0aab99f41addd5357ae"
author | bgruening |
---|---|
date | Mon, 27 Jul 2020 11:30:49 -0400 |
parents | 73164cea9b60 |
children |
line wrap: on
line source
<macros> <token name="@TOOL_VERSION@">1.1.4</token> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">im-pipelines</requirement> </requirements> </xml> <xml name="input"> <param name="infile" type="data" format="sdf" label="Input file" help="Input file in SDF format"/> </xml> <xml name="outputs" token_output_format="sdf" token_filetype="sdf"> <outputs> <data name="outfile" format="@FILETYPE@" label="Output (@FILETYPE@) for ${tool.name}" from_work_dir="outp.@OUTPUT_FORMAT@"/> <data name="logfile" format="txt" label="Logfile for ${tool.name}"/> </outputs> </xml> <xml name="citations"> <citations> <citation type="bibtex"> @article{rdkit, author = {Greg Landrum and others}, title = {RDKit: Open-source cheminformatics}, url = {http://www.rdkit.org} }</citation> <citation type="bibtex"> @article{im-pipelines, author = {Tim Dudgeon and others}, title = {InformaticsMatters pipeline components for cheminformatics and computational chemistry.}, url = {https://github.com/InformaticsMatters/pipelines} }</citation> <yield /> </citations> </xml> </macros>