Click or drag to resize
SAMAlignmentHeaderMandatoryTagsForFieldTypes Field
Holds the mapping of record field types to its mandatory tags. This will be used in the IsValid() method to validate the specified SAMAlignmentHeader.

Namespace: Bio.IO.SAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static Dictionary<string, IList<string>> MandatoryTagsForFieldTypes

Field Value

Type: DictionaryString, IListString
See Also