RNAmediator.ConstraintFold.constrain_temp

RNAmediator.ConstraintFold.constrain_temp(fa, temp, window, span, an, save, outdir, queue=None, configurer=None, level=None)

Takes Sequence and fold under temperature constraint Currently not implemented

Parameters:
  • fa (SeqIO.SeqRecord Sequence record of the sequence to which the constraint should be added) –

  • temp (int Temperature[K]) –

  • window (int Size of window to fold) –

  • span (int Maximum base-pair span to be evaluated) –

  • an (str Name for outfile) –

  • outdir (str Location of the Outpu directory. If it is an empty string os.cwd() is used) –

  • queue (multiprocessing_queue Logging process queue) –

  • configurer (multiprocessing_config for Logging processes) –

  • level (logging.level Level for log process) –

Return type:

NotImplementedError()