Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Joeres authored and Roman Joeres committed Aug 19, 2024
1 parent e74c2fb commit 051277e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gifflar/acquisition/candycrunsh.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

from gifflar.data import GlycanStorage

with open("collected.pkl", "rb") as f:
with open("gifflar/acquisition/collected.pkl", "rb") as f:
_, unique_glycans, _ = pickle.load(f)

gs = GlycanStorage("C:/Users/joere/Desktop")
gs = GlycanStorage("/scratch/SCRATCH_SAS/roman/Gothenburg/GIFFLAR/data")
print("Loaded GlycanStorage:", len(gs.data))

data = {}
Expand Down

0 comments on commit 051277e

Please sign in to comment.