The location of the configuration file is hard-coded into DataAdapter/Adapter.py. This location (~/.ProteinGraphML) is not necessarily available at deployment, e.g., in a web service.
Implement an environmental variable (e.g., PGML_CONF_FILE) that optionally specifies the location of the web file.
The location of the configuration file is hard-coded into DataAdapter/Adapter.py. This location (~/.ProteinGraphML) is not necessarily available at deployment, e.g., in a web service.
Implement an environmental variable (e.g., PGML_CONF_FILE) that optionally specifies the location of the web file.