4 Mar 2008 03:07
[BioPython] GenBank writer?
Iddo Friedberg <idoerg <at> gmail.com>
2008-03-04 02:07:15 GMT
2008-03-04 02:07:15 GMT
Hi all, Does biopython have a GenBank writer? SeqIO does not seem to have that. Forgive the basic question. I'm a structure person lately turned sequence analyzer.... Iddo -- -- Iddo Friedberg, Ph.D. CALIT2, mail code 0440 University of California, San Diego 9500 Gilman Drive La Jolla, CA 92093-0440, USA T: +1 (858) 534-0570 T: +1 (858) 646-3100 x3516 http://iddo-friedberg.org _______________________________________________ BioPython mailing list - BioPython <at> lists.open-bio.org http://lists.open-bio.org/mailman/listinfo/biopython
(((
#### LIGAND DETECTION
import Bio.PDB
from Bio.PDB import*
import Numeric
parser = PDBParser()
structure = parser.get_structure('s', '2F1G.pdb')
print "\n"
print "structure_object_created"
requirement_id_list = []
requirement_names_list = []
residue = structure.get_residues()
for i in residue:
residue_id = i.get_id()
RSS Feed