RCSB Core Wrapper for Debian ============================ Testing the Python binding -------------------------- After installation, you can test the Python binding like this: 1: mkdir -p /tmp/test && pushd /tmp/test && mkdir -p ../data 2: wget -O ../data/2j01.cif.gz http://www.rcsb.org/pdb/files/2J01.cif.gz 3: gunzip ../data/2j01.cif.gz 4: python /usr/share/doc/python-corepywrap/examples/CorePyWrapTests.py 5: popd