Exemplo n.º 1
0
def _check_constools():
    return which('dataset') and which('samtools') and which('pbmerge') and which('pbindex')
Exemplo n.º 2
0
def _check_bam2fastx():
    return which('bam2fasta') and which('bam2fastq')
Exemplo n.º 3
0
def _check_xmllint():
    return which('xmllint')
Exemplo n.º 4
0
def _check_constools():
    return which('pbindex') and which('samtools') and which('pbmerge')