diff --git a/greedyFAS/fdogFAS.py b/greedyFAS/fdogFAS.py index be80d2e..6ac36ae 100644 --- a/greedyFAS/fdogFAS.py +++ b/greedyFAS/fdogFAS.py @@ -191,7 +191,7 @@ def manage_jobpool(jobdict, seed_names, seed_spec, weight_dir, tmp_path, cores, "score_weights": (0.7, 0.0, 0.3), "output": 0, "max_overlap_percentage": 0.0, "domain": True, "pairwise": jobdict[spec], "weight_correction": "loge", "outpath": tmp_path + "/" + spec, "input_linearized": features[0], "input_normal": features[1], "MS_uni": 0, - "ref_proteome": [spec + '.json'], "progress": False}, + "ref_proteome": [spec + '.json'], "progress": False, "old_json": False}, seed_proteome, seed_weight, weight_dir, clan_dict, fasta, tmp_path, interprokeys, phmm]) jobpool = multiprocessing.Pool(processes=cores) results = []