Exemple #1
0
 def _key(seq):
     return get_title(seq)
Exemple #2
0
 def _key(seq):
     return get_title(seq)
Exemple #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))
Exemple #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))