Can you explain in more detail what you are thinking of for this config file? If you have links to examples that would be great. Wondering how this would all fit together.
Of course! https://python.land/data-processing/python-yaml or https://tutswiki.com/read-write-yaml-config-file-in-python/ are what I'm thinking. It essentially imports a dictionary of variables. It's super useful if there are variables users might like to tweak (maybe colors in the heatmap?) without worrying about changing anything in the underlying code. It might be beyond the scope of this project though :)
Originally posted by @avahoffman in #19 (comment)
Of course! https://python.land/data-processing/python-yaml or https://tutswiki.com/read-write-yaml-config-file-in-python/ are what I'm thinking. It essentially imports a dictionary of variables. It's super useful if there are variables users might like to tweak (maybe colors in the heatmap?) without worrying about changing anything in the underlying code. It might be beyond the scope of this project though :)
Originally posted by @avahoffman in #19 (comment)