Can I traverse/enumerate PDB one at a time using a Python script without downloading all of them to my local disk?
0
0
Entering edit mode
2.5 years ago
user366312 ▴ 20

What would be the total size of all PDB files in RCSB?

Can I traverse/enumerate them one at a time using a Python script without downloading all of them to my local disk?

I need a python script that is able to list the names one by one so that I can apply some kind of processing on each name.

python pdb-file proteins • 992 views
ADD COMMENT
0
Entering edit mode

Last time I downloaded the PDB70 database it was about 30GB if memory serves. Best way to traverse the database without downloading them would be to use the Entrez tools I would think.

ADD REPLY
0
Entering edit mode

I need a python script that is able to list the names one by one so that I can apply some kind of processing on each name.

ADD REPLY
1
Entering edit mode

Take a look at tools like: https://github.com/williamgilpin/pypdb or the PDB RESTful API

ADD REPLY

Login before adding your answer.

Traffic: 2201 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6