Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "hulk",
Short: "Histosketching Using Little Kmers",
Long: `
HULK is a tool that creates small, fixed-size sketches from streaming microbiome sequencing data,
enabling rapid metagenomic dissimilarity analysis. HULK generates an approximate k-mer spectrum from
a FASTQ data stream, incrementally sketches it and makes similarity search queries against other microbiome sketches.
`,
}
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.