Splitdb.py

From DISI
Revision as of 20:32, 8 October 2012 by Therese (talk | contribs) (2 revisions)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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