mirror of
https://github.com/ParticulateFlow/LPP.git
synced 2025-12-08 06:37:46 +00:00
9 lines
132 B
Python
9 lines
132 B
Python
# movie of solvated peptide data
|
|
|
|
d = dump("dump.peptide")
|
|
d.unwrap()
|
|
p = pdb("peptide",d)
|
|
r.file = "peptide"
|
|
r = rasmol(p)
|
|
r.all()
|