Mercurial > repos > mb2013 > nepenthes_3dpca
diff convertply.xml @ 2:a2aa2125087e draft
Uploaded
author | mb2013 |
---|---|
date | Tue, 20 May 2014 03:25:09 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/convertply.xml Tue May 20 03:25:09 2014 -0400 @@ -0,0 +1,20 @@ +<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>