Exemplo n.º 1
0
def sequential(options):
    referenceDatabase(options)
    bams = seqs2Bams(options)
    mergeAndPileup(options, bams)
Exemplo n.º 2
0
def main():
    options = getOptions()
    initLogger(options['logging'])
    referenceDatabase(options)
Exemplo n.º 3
0
def sequential(options):
    referenceDatabase(options)
    bams = seqs2Bams(options)
    mergeAndPileup(options, bams)
Exemplo n.º 4
0
def main():
    options = getOptions()
    initLogger(options['logging'])
    referenceDatabase(options)