Skip to content

Commit

Permalink
remove caching
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mdavid-m committed Mar 24, 2024
1 parent db89836 commit 3111c49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/masstable.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import pandas as pd
from pyopenms import MSExperiment, MzMLFile, SpectrumLookup, Constants

@st.cache_data
def parseFLASHDeconvOutput(annotated, deconvolved, tags, proteins):

tag_df = pd.read_csv(tags, sep='\t')
Expand Down

0 comments on commit 3111c49

Please sign in to comment.