j-andrews7/STRprofiler

Circular imports are bad

Closed this issue · 0 comments

Worked myself into a corner. This breaks deployment to ShinyApps.io (and probably normal usage in some scenarios).

To solve, move the meat out of strprofiler functionality into a utils.py module and import that into the strprofiler.py module and app.py modules as needed.