eprint("ERROR make_multiplates_config.py: ","Invalid comparisons file. Both comparisons and first part secondary analysis defined.\nPlease choose if you want to perform comparisons (different conditions specified) or if you only want to perform first part of secondary analysis (identical conditions specified)")
eprint("ERROR make_srp_config.py: ","Invalid condition file. In project: \""+project+"\" both comparisons and first part secondary analysis defined.\nPlease choose if you want to perform comparisons (different conditions specified) or if you only want to perform first part of secondary analysis (identical conditions specified)")
targets.extend([os.path.join(MAINDIR, p, "report-{}.html".format(mp)) if mp != DEFAULT_REPORT_PART else os.path.join(MAINDIR, p, "report.html") for mp in multiparts])
targets.extend([os.path.join(MAINDIR, config["analysis_name"], "report-{}.html".format(mp)) if mp != DEFAULT_REPORT_PART else os.path.join(MAINDIR, config["analysis_name"], "report.html") for mp in multiparts])