Image:1r9fTRUBIOUNIT.pdb
From Proteopedia
1r9fTRUBIOUNIT.pdb (file size: 238 KB, MIME type: unknown/unknown)
biological unit of 1r9f from http://www.rcsb.org/pdb/files/1R9F.pdb1.gz (REMOVED THE MODEL NUMBERS AND SECOND RNA and made second A chain D using a python script (SEE BELOW) When I uploaded it to the script authoring tool, one of the proteins chains had lost its information on whether it was helix or sheet and just showed as a long noodle when viewing as cartoon. Entering in the Jmaol console 'calculate structure' and then redoing cartoon back in script authoring tool fixed it.
From the PDB "Data files contained in the PDB archive (ftp://ftp.wwpdb.org) are free of all copyright restrictions and made fully and freely available for both non-commercial and commercial use. "
Python script:
pdb = open("part.pdb", "r") for line in pdb: if line[:4] == 'ATOM': print line [:21] + "D" + line [22:-1]
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | User | Dimensions | File size | Comment | |
---|---|---|---|---|---|
(current) | 04:47, 27 September 2009 | Wayne Decatur (Talk | contribs) | 238 KB | biological unit of 1r9f from http://www.rcsb.org/pdb/files/1R9F.pdb1.gz (REMOVED THE MODEL NUMBERS AND SECOND RNA and made second A chain D using a python script (SEE BELOW) From the PDB "Data files contained in the PDB archive (ftp://ftp.wwpdb.org) ar |
- Edit this file using an external application
See the setup instructions for more information.
Links
There are no pages that link to this file.