[MOBY-guts] biomoby commit

Mark Wilkinson mwilkinson at pub.open-bio.org
Mon May 3 20:44:41 UTC 2004


mwilkinson
Mon May  3 16:44:41 EDT 2004
Update of /home/repository/moby/moby-live/Perl/MOBY/Client
In directory pub.open-bio.org:/tmp/cvs-serv12717/MOBY/Client

Modified Files:
	Service.pm Service.html 
Log Message:
enable execution of services that require parameters

moby-live/Perl/MOBY/Client Service.pm,1.9,1.10 Service.html,1.5,1.6
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOBY/Client/Service.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- /home/repository/moby/moby-live/Perl/MOBY/Client/Service.pm	2004/05/03 20:39:11	1.9
+++ /home/repository/moby/moby-live/Perl/MOBY/Client/Service.pm	2004/05/03 20:44:41	1.10
@@ -189,7 +189,8 @@
                              ]
                               ]);
                 This would cause a single invocation of a service requiring
-                two input parameters named "input1" and "input2" 
+                two input parameters named "input1" and "input2", and a
+                parameter named 'param1' with a value of 0.001
 
 
 =cut

===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOBY/Client/Service.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- /home/repository/moby/moby-live/Perl/MOBY/Client/Service.html	2004/05/03 20:39:11	1.5
+++ /home/repository/moby/moby-live/Perl/MOBY/Client/Service.html	2004/05/03 20:44:41	1.6
@@ -119,7 +119,8 @@
                              ]
                               ]);
                 This would cause a single invocation of a service requiring
-                two input parameters named &quot;input1&quot; and &quot;input2&quot;</pre>
+                two input parameters named &quot;input1&quot; and &quot;input2&quot;, and a
+                parameter named 'param1' with a value of 0.001</pre>
 <p>
 </p>
 <h2><a name="servicename">ServiceName</a></h2>




More information about the MOBY-guts mailing list