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

Module compressFingerprints



Variables [hide private]
  usage = """python %s <feature vectors repertory> <fingerprints...
  inputR = sys.argv [1]
  outputR = sys.argv [2]
  compress = "python -m CHEM.feature.FEATUREfinger"
  runScript = "qsub %s/utils/runscript3.sge" % NnRnnLocal
Variables Details [hide private]

usage

Value:
"""python %s <feature vectors repertory> <fingerprints repertory>
         Compresses all feature vectors from the given repertory
         into fingerprints (both binary and counts) written
         in the given fingerprints repertory
         WARNING
             module unload gcc""" % sys.argv [0]