mirror of
https://github.com/ParticulateFlow/LPP.git
synced 2025-12-08 06:37:46 +00:00
13 lines
224 B
Python
13 lines
224 B
Python
# simple test of cfg tool
|
|
# requires files/dump.peptide.*
|
|
# creates tmp*.cfg
|
|
|
|
d = dump("files/dump.peptide.*")
|
|
d.sort()
|
|
x = cfg(d)
|
|
x.one()
|
|
x.many()
|
|
x.single(0,"tmp.single")
|
|
|
|
print "all done ... type CTRL-D to exit Pizza.py"
|