コード例 #1
0
ファイル: libsbol.py プロジェクト: stationarysalesman/pySBOL
def getNthSequenceAnnotation(*args):
  return _libsbol.getNthSequenceAnnotation(*args)
コード例 #2
0
def getNthSequenceAnnotation(doc, n):
    return _libsbol.getNthSequenceAnnotation(doc, n)
コード例 #3
0
ファイル: libsbol.py プロジェクト: Pfern/libSBOLpy
def getNthSequenceAnnotation(*args):
    return _libsbol.getNthSequenceAnnotation(*args)
コード例 #4
0
ファイル: libsbol.py プロジェクト: SynBioDex/pySBOL
def getNthSequenceAnnotation(doc, n):
    return _libsbol.getNthSequenceAnnotation(doc, n)