예제 #1
0
파일: tag.py 프로젝트: karmel/vespucci
def wrap_add_indices(cls, chr_list):
    wrap_errors(cls._add_indices, chr_list)
예제 #2
0
파일: tag.py 프로젝트: karmel/vespucci
def wrap_insert_matching_tags(cls, chr_list):
    wrap_errors(cls._insert_matching_tags, chr_list)
예제 #3
0
파일: tag.py 프로젝트: karmel/vespucci
def wrap_translate_from_prep(cls, chr_list, *args):
    wrap_errors(cls._translate_from_prep, chr_list, *args)
예제 #4
0
파일: tag.py 프로젝트: karmel/vespucci
def wrap_set_refseq(cls, chr_list):
    wrap_errors(cls._set_refseq, chr_list)
예제 #5
0
파일: tag.py 프로젝트: karmel/vespucci
def wrap_partition_tables(cls, chr_list):
    wrap_errors(cls._create_partition_tables, chr_list)