Package CHEM :: Package ML :: Package nnRnn :: Package nearestNeighbors :: Module NearestNeighborsAll
[hide private]
[frames] | no frames]

Module NearestNeighborsAll



Variables [hide private]
  usage = """python %s <input fingerprint folder> <output nn fol...
  inputFolder = sys.argv [1]
  outputFolder = sys.argv [2]
  sge = "qsub %s/utils/runscript1.sge" % NnRnnLocal
  nn = "python -m CHEM.ML.nnRnn.nearestNeighbors.NearestNeighbors"
  jobsList = []
Variables Details [hide private]

usage

Value:
"""python %s <input fingerprint folder> <output nn folder>
	Creates various nearest neighbors pools for each of the given input f\
ingerprint files.
	Precise what nn to create inside this script.
	Runs on the cluster (needs to be run on a submission host).""" % sys.\
argv [0]