示例#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()