MCPcopy Create free account
hub / github.com/InternScience/InternAgent / LoadConfig

Function LoadConfig

tasks/AutoEAP/code/experiment.py:41–44  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

39 return parser.parse_args()
40
41def LoadConfig(config):
42 with open(config, 'r') as file:
43 params = json.load(file)
44 return params
45
46def one_hot_encode(seq):
47 nucleotide_dict = {'A': [1, 0, 0, 0],

Callers 1

mainFunction · 0.85

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected