cmd

package
v0.0.0-...-1be76fa Latest Latest
Warning

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

Go to latest
Published: May 11, 2020 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RootCmd = &cobra.Command{
	Use:   "groot",
	Short: "annotate Antibiotic Resistance Genes (ARGs) from metagenomes using variation graphs",
	Long: `
#####################################################################################
		GROOT: Graphing Resistance genes Out Of meTagenomes
#####################################################################################

 GROOT is a tool to type Antibiotic Resistance Genes (ARGs) in metagenomic samples.

 It combines variation graph representation of gene sets with an LSH indexing scheme
 to allow for fast classification of metagenomic reads. Subsequent hierarchical local
 alignment of classified reads against graph traversals facilitates accurate reconstruction
 of full-length gene sequences using a simple scoring scheme.

 GROOT can output an ARG alignment file, as well as a typing report and the variation graphs
 with aligned reads.`,
}

RootCmd represents the base command when called without any subcommands

Functions

func DownloadFile

func DownloadFile(savePath string, url string) error

A function to download the database tarball

func Execute

func Execute()

Execute is a function to add all child commands to the root command and sets flags appropriately

func Untar

func Untar(dst string, fileReader io.Reader) error

Untar will untar an archive

Types

This section is empty.

Jump to

Keyboard shortcuts

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