コード例 #1
0
def add_run_id_to_processed_run_ids(run_id, conf):
    """Add a processed run id to the list of the run ids.

    Arguments:
        run_id: The run id
        conf: configuration dictionary
    """
    common.add_run_id(run_id, conf[AOZAN_VAR_PATH_KEY] + '/' + common.RECOMPRESS_DONE_FILE, conf)
コード例 #2
0
def add_run_id_to_denied_run_ids(run_id, conf):
    """Add a denied run id to the list of the run ids.

    Arguments:
        run_id: The run id
        conf: configuration dictionary
    """

    common.add_run_id(run_id, conf[AOZAN_VAR_PATH_KEY] + '/' + common.HISEQ_DENY_FILE, conf)