[pygr-notify] [pygr commit] r160 - Added () at the end of the 'nlmsa=...' line - they are needed if the new server is indeed ...

codesite-noreply at google.com codesite-noreply at google.com
Sun Mar 22 15:41:10 PDT 2009


Author: marecki
Date: Sun Mar 22 15:00:10 2009
New Revision: 160

Modified:
    wiki/ServingDataUsingpygrData.wiki

Log:
Added () at the end of the 'nlmsa=...' line - they are needed if the new  
server is indeed to serve that data set.


Modified: wiki/ServingDataUsingpygrData.wiki
==============================================================================
--- wiki/ServingDataUsingpygrData.wiki	(original)
+++ wiki/ServingDataUsingpygrData.wiki	Sun Mar 22 15:00:10 2009
@@ -17,7 +17,7 @@

  {{{
  import pygr.Data
-nlmsa=pygr.Data.Bio.Seq.Genome.ECOLI.ecoli
-server=pygr.Data.getResource.newServer('rachel',withIndex=True,port=1215)
+nlmsa = pygr.Data.Bio.Seq.Genome.ECOLI.ecoli()
+server = pygr.Data.getResource.newServer('rachel', withIndex=True,  
port=1215)
  server.serve_forever()
  }}}



More information about the pygr-notify mailing list