metagenomics

package
v0.0.0-...-35b150b Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GuppyBasecallerSettings = map[string]string{
	"fast":  "fast",
	"hac":   "hac",
	"super": "super",
}
View Source
var MetagenomicsCmd = &cobra.Command{
	Use:   "metagenomics",
	Short: "Commands related to metagenomics pipelines",
	Long:  "Commands related to metagenomics pipelines",
	PersistentPreRun: func(cmd *cobra.Command, args []string) {
		if strings.ToLower(viper.GetString("accepted_user_agreement")) != "y" {
			fmt.Println("Cannot upload samples until the user agreement is accepted, run czid accept-user-agreement or set CZID_CLI_ACCEPTED_USER_AGREEMENT=Y")
			os.Exit(2)
		}
	},
}

MetagenomicsCmd represents the MetagenomicsCmd command

View Source
var Technologies = map[string]string{
	"Illumina": "Illumina",
	"Nanopore": "ONT",
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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