[MOBY-guts] biomoby commit
Mark Wilkinson
mwilkinson at dev.open-bio.org
Fri May 25 13:22:56 UTC 2007
mwilkinson
Fri May 25 09:22:56 EDT 2007
Update of /home/repository/moby/moby-live/Perl/MOBY
In directory dev.open-bio.org:/tmp/cvs-serv23367/MOBY
Modified Files:
CommonSubs.pm
Log Message:
fixed documentation error
moby-live/Perl/MOBY CommonSubs.pm,1.96,1.97
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOBY/CommonSubs.pm,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- /home/repository/moby/moby-live/Perl/MOBY/CommonSubs.pm 2007/02/09 00:27:07 1.96
+++ /home/repository/moby/moby-live/Perl/MOBY/CommonSubs.pm 2007/05/25 13:22:56 1.97
@@ -38,7 +38,7 @@
my $responses = serviceResponseParser($resp); # returns MOBY objects
foreach my $queryID(keys %$responses){
- $this_invocation = $inputs->{$queryID}; # this is the <mobyData> block with this queryID
+ $this_invocation = $responses->{$queryID}; # this is the <mobyData> block with this queryID
my $this_output = "";
if (my $data = $this_invocation->{'responseArticleName'}){
More information about the MOBY-guts
mailing list