MCPcopy
hub / github.com/openai/plugins / bqsr_enabled

Function bqsr_enabled

plugins/ngs-analysis/scripts/run_dna_germline_variants.py:46–51  ·  view source on GitHub ↗
(args: argparse.Namespace)

Source from the content-addressed store, hash-verified

44
45
46def bqsr_enabled(args: argparse.Namespace) -> bool:
47 if args.bqsr_mode == "off":
48 return False
49 if args.bqsr_mode == "force":
50 return True
51 return bool(args.known_sites)
52
53
54def use_gvcf(args: argparse.Namespace, sample_count: int) -> bool:

Callers 3

validate_inputsFunction · 0.85
write_commandsFunction · 0.85
executeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected