Mercurial > repos > mb2013 > nepenthes_3dpca
annotate convertply.xml @ 19:f3d9bb18110a draft default tip
Uploaded
author | mb2013 |
---|---|
date | Tue, 20 May 2014 03:30:07 -0400 |
parents | a2aa2125087e |
children |
rev | line source |
---|---|
2 | 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> |