RNAmediator.ConstraintFold.checkexisting

RNAmediator.ConstraintFold.checkexisting(sid, paired, unpaired, cons, window, span, temp, outdir, queue=None, configurer=None, level=None)

Validates if output file already exists

Parameters:
  • sid (SeqIO.SeqID Sequence ID of the sequence to which the constraint should be added) –

  • unpaired (str Suffix for ouput files of unpaired constraint) –

  • paired (str Suffix for output files of paired constraint) –

  • cons (str The annoation for the constraint) –

  • window (int Size of window to fold) –

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

  • temp (int Temperature) –

  • 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:

True/False if file exists