コード例 #1
0
ファイル: conftest.py プロジェクト: MShaffar19/pbcoretools
def _check_constools():
    return which('dataset') and which('samtools') and which('pbmerge') and which('pbindex')
コード例 #2
0
ファイル: conftest.py プロジェクト: MShaffar19/pbcoretools
def _check_bam2fastx():
    return which('bam2fasta') and which('bam2fastq')
コード例 #3
0
ファイル: conftest.py プロジェクト: MShaffar19/pbcoretools
def _check_xmllint():
    return which('xmllint')
コード例 #4
0
ファイル: utils.py プロジェクト: PacificBiosciences/pbcore
def _check_constools():
    return which('pbindex') and which('samtools') and which('pbmerge')