j-andrews7 / STRprofiler

A python package, command-line tool, and Shiny application to compare short tandem repeat (STR) profiles.
https://strprofiler.readthedocs.io/en/latest/
MIT License
2 stars 1 forks source link

"Passage", "Center" not excluded from markers on database reset or upload #21

Closed j-andrews7 closed 6 months ago

j-andrews7 commented 7 months ago

What it says on the tin.

MikeWLloyd commented 7 months ago

Missed these cases. Thanks for catching that

j-andrews7 commented 7 months ago

No worries, it was a simple fix. I'm running into a bug where using a custom database on shinyapps.io still seems to reset to the default database, and I really am not sure why as it seems to work fine locally.

MikeWLloyd commented 7 months ago

A reactive running haywire and triggering reset? I can look as well to see if I find anything.

j-andrews7 commented 7 months ago

I'd welcome another set of eyes, I've really got no clue. The app.py file I'm deploying is just:

from strprofiler.app.app import create_app

database = "./tester_db.csv"
create_app(db=database)

And the file is just a subset of the main database file. I'm probably about done for the evening anyway, but I think we're pretty close. Once this is figured out, it'll just be updating the docs and the about markdown with relevant details.