예제 #1
0
def biopersdb(infile, outfile):
    sys.argv = ['--INPUT', infile, '--OUTPUT', outfile]
    PythonEcho.main()
예제 #2
0
 def test1_pyecho(self):
     sys.argv = ['--COMMENT', 'comment']
     PythonEcho.main()
예제 #3
0
파일: searchWF.py 프로젝트: lcb/applicake
def biopersdb(infile, outfile):
    sys.argv = ['--INPUT', infile, '--OUTPUT', outfile]
    PythonEcho.main()