Skip to content

Commit

Permalink
loader script: load only RaMP
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Nov 1, 2024
1 parent a1ac9d2 commit 3510bdf
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions scripts/structuredb.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
}
db = _main.Database(d)
db.wipe()
db.load_all()

h = _structure.LipidMaps()

db.load(h)
ramp = _structure.Ramp()
# db.load_all()
db.load(ramp)

0 comments on commit 3510bdf

Please sign in to comment.