Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "repp", Short: ` Repository-based plasmid design. Specify and build plasmids using their sequence, features, or fragments`, PersistentPreRun: func(cmd *cobra.Command, args []string) { if cmd.Flag("verbose").Value.String() == "true" { repp.LogLevel.SetLevel(zap.DebugLevel) } }, Version: "1.0.0", }
RootCmd represents the base command when called without any subcommands.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.