BlastTabFormat

class BlastTabFormat(var formatFields: Iterable<FormatField> = emptyList()) : BlastTabFormatBase<Iterable<FormatField>>

Constructors

Link copied to clipboard
constructor(formatFields: Iterable<FormatField> = emptyList())

Properties

Link copied to clipboard
open override var formatFields: Iterable<FormatField>
Link copied to clipboard
open override val formatType: OutputFormat

Functions

Link copied to clipboard
fun jsonValue(): ObjectNode
Link copied to clipboard
open override fun toString(): String