Enable or disable treating runs of identical tags as a single tag start event with multiple values or each as a separate tag start, value, and tag end.

Namespace:  BioSharp.Core.Bio.Program.TagValue
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public bool MergeSameTag { get; set; }

See Also