read_record

package module
v0.0.0-...-3583dd9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Read_fasta

func Read_fasta(ff string) *fastaStatefulIterator

func Read_gff

func Read_gff(gff string) *gffStatefulIterator

Types

type FastaRecord

type FastaRecord struct {
	Seq string
	Id  string
}

Fasta reader

type GffRecord

type GffRecord struct {
	Seqid  string
	Source string
	Type   string
	Beg    int64
	End    int64
	Score  float64
	Strand byte
	Phase  byte
	ID     string
	Parent []string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL