Package CHEM :: Package ML :: Package nnRnn :: Package inputFilesGeneration :: Module createNnInputAll
[hide private]
[frames] | no frames]

Module createNnInputAll



Variables [hide private]
  usage = """python %s <fingerprints repertory> <target> <input ...
  inputR = sys.argv [1]
  target = sys.argv [2]
  outputR = sys.argv [3]
  convert = "python -m CHEM.ML.nnRnn.inputFilesGeneration.create...
  runScript = "qsub %s/utils/runscript1.sge" % NnRnnLocal
Variables Details [hide private]

usage

Value:
"""python %s <fingerprints repertory> <target> <input files repertory>\
 
         Creates an input file for NN for each given fingerprints repe\
rtory
         using the given target file
         and writing files in the given repertory
         """ % sys.argv [0]

convert

Value:
"python -m CHEM.ML.nnRnn.inputFilesGeneration.createNnInput"