Ejemplo n.º 1
0
func init() {
	flag.Float64Var(&flagRmsd, "rmsd", flagRmsd,
		"The RMSD cut-off to use to determine true positives.")

	util.FlagUse("pdb-dir")
	util.FlagParse("fmap-file", "")
	util.AssertNArg(1)
}
Ejemplo n.º 2
0
func init() {
	util.FlagParse("frag-lib-path", "")
	util.AssertNArg(1)
}