Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "fakit",
Short: "FASTA kit",
Long: `fakit -- FASTA kit
Version: 0.1.1
Author: Wei Shen <shenwei356@gmail.com>
Documents : http://shenwei356.github.io/fakit
Source code: https://github.com/shenwei356/fakit
`,
}
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
type LocationChunk ¶
type LocationChunk struct { ID uint64 Data []LocationInfo }
LocationChunk is LocationChunk
type LocationInfo ¶
type LocationInfo struct { Record *fasta.FastaRecord PatternName string Strand int Locations [][]int }
LocationInfo is LocationInfo
Click to show internal directories.
Click to hide internal directories.