Revision history of "Fasta code"

From Biolecture.org

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 13:35, 8 December 2018imported>Na kyung Jung. . (empty) (-572). . (Blanked the page)
  • (cur | prev) 13:32, 8 December 2018imported>Na kyung Jung. . (572 bytes) (+572). . (Created page with "<pre> def read_fasta(fp): name, seq = None, [] for line in fp: line = line.rstrip() if line.startswith(">"): if name: yield (name...")