File: python3-corepywrap.README.Debian

package info (click to toggle)
librcsb-core-wrapper 1.005-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 16,504 kB
  • sloc: xml: 122,915; cpp: 25,250; ansic: 3,736; makefile: 1,031; sh: 772; lex: 294; yacc: 235; perl: 213; python: 121; csh: 30
file content (12 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
RCSB Core Wrapper for Debian
============================

Testing the Python3 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: python3 /usr/share/doc/python-corepywrap/examples/CorePyWrapTests.py
 5: popd