def sequential(options): referenceDatabase(options) bams = seqs2Bams(options) mergeAndPileup(options, bams)
def main(): options = getOptions() initLogger(options['logging']) referenceDatabase(options)