Mercurial > repos > galaxyp > proteinpilot
view proteinpilot_xml.xml @ 1:790d80981060
Update.
author | galaxyp |
---|---|
date | Fri, 10 May 2013 18:04:15 -0400 |
parents | 7dcb26ce559c |
children | 4c820e82d22c |
line wrap: on
line source
<tool id="proteinpilot_xml" version="0.1" name="Convert ProteinPilot Group to XML"> <description></description> <command> group2xml.exe XML $input $output </command> <inputs> <param format="group" name="input" type="data" label="ProteinPilot Group Data" help=""/> </inputs> <outputs> <data format="proteinpilot.xml" name="output" label="XML from ${on_string}"/> </outputs> <help> </help> </tool>