예제 #1
0
 def _key(seq):
     return get_title(seq)
예제 #2
0
파일: pairs.py 프로젝트: pirega/ngs_crumbs
 def _key(seq):
     return get_title(seq)
예제 #3
0
def _parse_pair_direction_and_name(seq):
    'It parses the description field to get the name and the pair direction'
    return _parse_pair_direction_and_name_from_title(get_title(seq))
예제 #4
0
파일: pairs.py 프로젝트: pirega/ngs_crumbs
def _parse_pair_direction_and_name(seq):
    'It parses the description field to get the name and the pair direction'
    return _parse_pair_direction_and_name_from_title(get_title(seq))