view convertply.xml @ 19:f3d9bb18110a draft default tip

Uploaded
author mb2013
date Tue, 20 May 2014 03:30:07 -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>