oss-slu / esp

MIT License
0 stars 1 forks source link

Disabled flask functionality temporarily and added arguments for the … #30

Closed haydenkarl22 closed 6 months ago

haydenkarl22 commented 6 months ago

Disabled flask functionality temporarily and added arguments for the python API.py call in the terminal. I am currently trying to fix the issue where the API.py doesn't create a document in the desired directory. (For now, I have the destination path as a location on my local machine, once I can get it working on my local machine I'll change the directory where the output doc will be stored to work for not just my machine).

haydenkarl22 commented 6 months ago

Added a new file in backend that is a copy of API.py, named APIusingCMD.py, but with the added command line support. Furthermore, the path has been made universal in APIusingCMD.py

rkarmuri commented 6 months ago

Great job. We can retrieve the data from the ORCA file based on the command line input and it works perfectly well with different section names and variable row sizes. I can also see that you stored the data in a tabular form.