コード例 #1
0
ファイル: pairs.py プロジェクト: JoseBlanca/seq_crumbs
 def _key(seq):
     return get_title(seq)
コード例 #2
0
ファイル: pairs.py プロジェクト: pirega/ngs_crumbs
 def _key(seq):
     return get_title(seq)
コード例 #3
0
ファイル: pairs.py プロジェクト: JoseBlanca/seq_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))
コード例 #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))