Click or drag to resize
DeltaAlignmentParserGetQuerySeqIds Method
Gets Delta alignment id and query sequence ids pairs.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IEnumerable<Tuple<string, string>> GetQuerySeqIds()

Return Value

Type: IEnumerableTupleString, String

[Missing <returns> documentation for "M:Bio.Util.DeltaAlignmentParser.GetQuerySeqIds"]

See Also