Beispiel #1
0
def main():
    usage = ''
    parser = OptionParser(usage)
    parser.add_option('-t',
                      '--test',
                      dest='test',
                      help='Test the test sample data.')
    parser.add_option('-i',
                      '--input',
                      dest='input',
                      help='Specific the input file.')
    (options, args) = parser.parse_args()
    imp = IMP()
    imp.configure_option(options)
    imp.Run()