Hey Folks,
I am running a script that does Metagnomic Analysis using the DIAMOND Aligner.
I have to do multiple protein alignments and so have to upload multiple files. My Streamtlit script works when I don’t cache the data, but when I do cache, it deletes a file I need for the analysis.
Which is bizarre, and means I’m missing something related to data caching but combed through the docs and found nothing.
I’m at a bit of a loss as to how to proceed. Any help would be appreciated!