Skip to content

Commit

Permalink
options to check exsisting json; merge json files; convert tsv to json
Browse files Browse the repository at this point in the history
  • Loading branch information
trvinh committed Oct 25, 2023
1 parent e38953d commit 1a9ec95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion greedyFAS/fdogFAS.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 1a9ec95

Please sign in to comment.