pgx-main from experiment server added

This commit is contained in:
2025-08-18 13:12:15 +02:00
parent ce66f54509
commit 27ba410e5b
32 changed files with 138 additions and 19 deletions

View File

@@ -279,7 +279,7 @@ def cand_snv_allele_calling(database, infile, infile_full, infile_full_gt, infil
min_score = min(score)
elif chkList(score) == "Equal":
if chkList(score) == "Equal":
amb_soln_set = []
for elem in tiebreak1:
res1 = [i for i in range(len(elem)) if elem.startswith("_", i)]