Click or drag to resize
GenBankParser Properties

The GenBankParser type exposes the following members.

Properties
  NameDescription
Public propertyAlphabet
The alphabet to use for parsed ISequence objects. If this is not set, an alphabet will be determined based on the file being parsed.
Public propertyDescription
Gets the description of GenBank parser. This is intended to give developers some information of the formatter class. This property returns a simple description of what the GenBankParser class achieves.
Public propertyLocationBuilder
Location builder is used to build location objects from the location string present in the features. By default an instance of LocationBuilder class is used to build location objects.
Public propertyName
Gets the type of Parser i.e GenBank. This is intended to give developers some information of the parser class.
Public propertySupportedFileTypes
Supported file types.
Top
See Also