(args []string)
| 161 | } |
| 162 | |
| 163 | func runBlastRadiusSubcommand(args []string) { |
| 164 | if code := executeBlastRadiusSubcommand(args); code != 0 { |
| 165 | os.Exit(code) |
| 166 | } |
| 167 | } |
| 168 | |
| 169 | func executeBlastRadiusSubcommand(args []string) int { |
| 170 | limits := defaultBlastRadiusLimits() |
no test coverage detected