uniprot

package
v0.0.0-...-d59ed34 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2023 License: BSD-2-Clause Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var UniprotCmd = &cobra.Command{
	Use:   "uniprot",
	Short: "subcommand for uniprot id mapping",
}

UniprotCmd represents the base subcommand for grouping all subcommands for mapping Uniprot IDs

View Source
var UniprotMappingCmd = &cobra.Command{
	Use:   "mapping",
	Short: "load uniprot id mappings",
	Args:  cobra.NoArgs,
	RunE:  loader.LoadUniprotMappings,
	PreRunE: func(cmd *cobra.Command, args []string) error {
		return setRedisClient()
	},
}

UniprotMappingCmd is for loading mapping of Uniprot IDs to Gene IDs.

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