This program generates PNG format image file from a single protein structure PDBX/mmCIF format file using Shell script. Program uses here-document code block which redirects stdin into Jmol program.
pdbx-draw-secondary [selection statement] [input file] [output file]
or:
pdbx-draw-secondary [-r option] [rotation file] [selection statement] [input file] [output file]
or:
pdbx-draw-secondary [-h (--help) option]
or
pdbx-draw-secondary [-v (--version) option]
pdbx-draw-secondary '288-317 and *:A and helix' 2C2A.cif 2C2A.png
or:
pdbx-draw-secondary -r rotation.ras '288-317 and *:A and helix' 2C2A.cif 2C2A.png
or:
pdbx-draw-secondary -h
or:
pdbx-draw-secondary -v