Splitdb.py: Difference between revisions

From DISI
Jump to navigation Jump to search
No edit summary
m (asdf)
 
Line 9: Line 9:
[[User:Rgc]]
[[User:Rgc]]


[[Category:Software]]
[[Category:Our Software]]
[[Category:Formats]]
[[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

User:Rgc