Make sure PYTHONPATH includes ../../Martel !

 
===  swissprot2html

Convert a set of SWISS-PROT records to HTML.
Example usage:
  python swissprot2html.py < sample.swissprot > sample.html


===  toxml

Convert a file into XML using a specified format, or autodetecting
the format.
Example usages:
  python toxml.py < test.mol

  python toxml.py < sample.swissprot

  python toxml.py < pdb1plm.ent

Specifying the format:
  python toxml.py --format swissprot38 < sample.swissprot

This should fail:
  python toxml.py --format swissprot38 < pb1plm.ent

