예제 #1
0
파일: dnal.py 프로젝트: YaoIna/PythonStart
def _fgrep_count(pattern, file):
    return int(_getoutput(_CMDLINE_FGREP_COUNT % (pattern, file)))
예제 #2
0
파일: dnal.py 프로젝트: HuttonICS/biopython
def _fgrep_count(pattern, file):
    return int(_getoutput(_CMDLINE_FGREP_COUNT % (pattern, file)))