comparison convertply.xml @ 2:a2aa2125087e draft

Uploaded
author mb2013
date Tue, 20 May 2014 03:25:09 -0400
parents
children
comparison
equal deleted inserted replaced
1:6e7cf5ed7d62 2:a2aa2125087e
1 <tool id="Converter_ply" name="Converter_ply">
2 <description>converter ply file</description>
3 <command interpreter="python">
4 convertply.py $input $output
5 </command>
6 <inputs>
7 <param name="input" type="data" label="ply file" />
8
9 </inputs>
10 <outputs>
11 <data name="output" type = "data" format = "ply" label="converting${on_string}" />
12 </outputs>
13 <help>
14 **Function**
15
16 Extract enters of header in ply file
17
18
19 </help>
20 </tool>