Exemplo n.º 1
0
 def _key(seq):
     return get_title(seq)
Exemplo n.º 2
0
 def _key(seq):
     return get_title(seq)
Exemplo n.º 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))
Exemplo n.º 4
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))