GAMariaF / fullFres

Database med import/eksportmuligheter og GUI for tolkning av sekvensvarianter fra tumorsekvensering
MIT License
3 stars 0 forks source link

In Samples add import-function to "LOAD DATA"-button #22

Closed GAMariaF closed 2 years ago

GAMariaF commented 2 years ago

In Samples add import-function to "LOAD DATA"-button. The import function is set up in readvcfxls.py.

The directory path is hard coded in config.ini, which is very inflexible. Could this be set up as a choice in the frontend?

oyvindbusk commented 2 years ago

I adding a input-box for the path. This is filled automatically by quering the backend but can be changed manually if needed. The path from the ini file is sent via the message prop in the samples-query.

Maybe not very pretty but it works and be adjusted.