This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Can I traverse/enumerate PDB one at a time using a Python script without downloading all of them to my local disk?

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

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.

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.

0 answers

No answers yet.

Log in to answer this question.