Clinical-Genomics-Lund / Pipeline-validation-tools

Set of tools for assisting verifications and validations.
0 stars 0 forks source link

Show allowed "run_type" options when invalid is supplied #3

Open Jakob37 opened 3 days ago

Jakob37 commented 3 days ago
Traceback (most recent call last):
  File "giab_runner.py", line 384, in <module>
    args.nostart,
  File "giab_runner.py", line 61, in main
    write_run_log(run_log_path, run_type, label or "no label", checkout, config)
  File "giab_runner.py", line 167, in write_run_log
    for key, val in config[run_type].items():
  File "/usr/lib64/python3.6/configparser.py", line 959, in __getitem__
    raise KeyError(key)
KeyError: 'giab_single'