File: CADD

package info (click to toggle)
mgltools-cadd 1.5.7-4
  • links: PTS, VCS
  • area: non-free
  • in suites: buster
  • size: 80,572 kB
  • sloc: python: 36,349; sh: 78; makefile: 14
file content (8 lines) | stat: -rwxr-xr-x 193 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/usr/bin/env python
#
# $Header: /opt/cvs/CADD/bin/CADD,v 1.2 2011/01/18 00:56:07 nadya Exp $
# $Id: CADD,v 1.2 2011/01/18 00:56:07 nadya Exp $

import sys
import CADD
CADD.runCADD(sys.argv)