Example #1
0
def biopersdb(infile, outfile):
    sys.argv = ['--INPUT', infile, '--OUTPUT', outfile]
    PythonEcho.main()
Example #2
0
 def test1_pyecho(self):
     sys.argv = ['--COMMENT', 'comment']
     PythonEcho.main()
Example #3
0
def biopersdb(infile, outfile):
    sys.argv = ['--INPUT', infile, '--OUTPUT', outfile]
    PythonEcho.main()