Splitdb.py: Difference between revisions
Jump to navigation
Jump to search
m (2 revisions) |
m (asdf) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
[[User:Rgc]] | [[User:Rgc]] | ||
[[Category:Our Software]] | |||
[[Category:Formats]] | |||
[[Category:Curator]] |
Latest revision as of 18:15, 2 May 2024
splitdb.py is a utility program that takes as input a .db or .db.gz file and splits it into many smaller .db.gz files respecting the hierarchy boundaries. output files are ready for DOCK_3.6 input.
splitdb.py input.db[.gz] outputPrefix NumFamiliesInOutput
The file is in your dockenv/scripts or $DOCK_BASE/scripts/
A version is also kept is ~/Source/bks_src/splitdb.py