counter.py

A script that returns some statistics about the AViz file (list of different atoms, range of coordinates).

$ counter.py -h

usage: counter.py [-h] [input_file] [output_file]

positional arguments:
  input_file   by default, reads from stdin
  output_file  by default, writes to stdout

optional arguments:
  -h, --help   show this help message and exit

Download scripts