[pygr-notify] [pygr commit] r94 - wiki

codesite-noreply at google.com codesite-noreply at google.com
Wed Aug 20 09:40:50 PDT 2008


Author: ramccreary
Date: Wed Aug 20 09:39:52 2008
New Revision: 94

Modified:
    wiki/DataStorageUsingpygr.wiki

Log:
Edited wiki page through web user interface.

Modified: wiki/DataStorageUsingpygr.wiki
==============================================================================
--- wiki/DataStorageUsingpygr.wiki	(original)
+++ wiki/DataStorageUsingpygr.wiki	Wed Aug 20 09:39:52 2008
@@ -14,8 +14,6 @@
  In this step, the genome is loaded into a BLAST database. The BlastDB  
module establishes a BLAST database for the genome.

  {{{
-#! /usr/bin/env python
-
  import sys
  import csv
  import os
@@ -229,13 +227,4 @@
      pygr.Data.ManyToManyRelation(genome,annots,bindAttrs=('annots',))

  pygr.Data.save()
-}}}
-
-Accessing data is very simple:
-
-{{{
-import pygr.Data
-pygr.Data.Bio.Seq.Genome.ecoli = genome
-}}}
-
-And now the E. coli genome previously stored can be accessed and utilized!
\ No newline at end of file
+}}}
\ No newline at end of file



More information about the pygr-notify mailing list