Documentation
¶
Index ¶
Constants ¶
View Source
const (
CLUSTAL_LINE = 50
)
Variables ¶
This section is empty.
Functions ¶
func WriteAlignment ¶
Types ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
Parser represents a parser.
func (*Parser) IgnoreIdentical ¶ added in v0.3.1
If sets to true, then will ignore duplicate sequences that have the same name and the same sequence Otherwise, it just renames them just as the sequences that have same name and different sequences
type Scanner ¶
type Scanner struct {
// contains filtered or unexported fields
}
Scanner represents a lexical scanner.
func NewScanner ¶
NewScanner returns a new instance of Scanner.
Click to show internal directories.
Click to hide internal directories.