MCPcopy Create free account
hub / github.com/EpistasisLab/KRAGEN / config

Function config

src/config.py:4–13  ·  view source on GitHub ↗
(input_file)

Source from the content-addressed store, hash-verified

2
3
4def config(input_file):
5 # read from a yaml file
6 kragen_config = {
7 'output_directory': os.getenv('CONVERT_OUTPUT_DIR'),
8 'convert_chunk_size': os.getenv('CONVERT_CHUNK_SIZE'),
9 'output_filename': os.getenv('CONVERT_OUTPUT_FILENAME'),
10 'input_file': input_file,
11
12 }
13 return kragen_config

Callers 2

mainFunction · 0.90
setupFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected