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