Saturday, August 4, 2012

UNIX wget fetch equivalent of pdb files!

Wanted a very easy way to grab PDB files like the 'fetch' command in Pymol.

Found this gem:
http://nsaunders.wordpress.com/2008/01/14/rapid-command-line-access-to-the-pdb/

I tried and it worked:
 wget http://www.rcsb.org/pdb/files/1LZW.pdb

I am so gonna put this into a simple shell script.

No comments: