Mercurial > repos > mb2013 > nepenthes_3dpca
view convertply.xml @ 16:fea55f4efcce draft
Uploaded
author | mb2013 |
---|---|
date | Tue, 20 May 2014 03:29:11 -0400 |
parents | a2aa2125087e |
children |
line wrap: on
line source
<tool id="Converter_ply" name="Converter_ply"> <description>converter ply file</description> <command interpreter="python"> convertply.py $input $output </command> <inputs> <param name="input" type="data" label="ply file" /> </inputs> <outputs> <data name="output" type = "data" format = "ply" label="converting${on_string}" /> </outputs> <help> **Function** Extract enters of header in ply file </help> </tool>