예제 #1
0
def concat_batch_variantcalls_jointvc(items):
    concat_out = genotype.concat_batch_variantcalls(items,
                                                    region_block=False,
                                                    skip_jointcheck=True)
    return {"vrn_file_joint": concat_out["vrn_file"]}
예제 #2
0
def concat_batch_variantcalls_jointvc(items):
    concat_out = genotype.concat_batch_variantcalls(items, region_block=False, skip_jointcheck=True)
    return {"vrn_file_joint": concat_out["vrn_file"]}
예제 #3
0
def concat_batch_variantcalls(*args):
    return genotype.concat_batch_variantcalls(*args)
예제 #4
0
def concat_batch_variantcalls(*args):
    return genotype.concat_batch_variantcalls(*args)