[MOBY-guts] biomoby commit

Eddie Kawas kawas at dev.open-bio.org
Fri Oct 23 18:02:15 UTC 2009


kawas
Fri Oct 23 14:02:14 EDT 2009
Update of /home/repository/moby/moby-live/Perl/MOSES-MOBY/bin/scripts
In directory dev.open-bio.org:/tmp/cvs-serv3929/MOSES-MOBY/bin/scripts

Modified Files:
	moses-testing-service.pl 
Log Message:
missing a my in front of $xpath ... doh!
moby-live/Perl/MOSES-MOBY/bin/scripts moses-testing-service.pl,1.14,1.15
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOSES-MOBY/bin/scripts/moses-testing-service.pl,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- /home/repository/moby/moby-live/Perl/MOSES-MOBY/bin/scripts/moses-testing-service.pl	2009/10/16 17:43:09	1.14
+++ /home/repository/moby/moby-live/Perl/MOSES-MOBY/bin/scripts/moses-testing-service.pl	2009/10/23 18:02:14	1.15
@@ -353,7 +353,7 @@
 			#
 			#my $xpath = "//*[local-name() = 'analysis_event'][\@id='$queryID']";
 			#my $xpath = "//analysis_event[\@id='$queryID']";
-			$xpath = "//*[local-name() = 'analysis_event'][\@*='$queryId']";
+			my $xpath = "//*[local-name() = 'analysis_event'][\@*='$queryId']";
 			my $xpc = XML::LibXML::XPathContext->new();
 			my $nodes = $xpc->findnodes( $xpath, $doc->documentElement );
 




More information about the MOBY-guts mailing list