Skip to content

Commit

Permalink
updated convert
Browse files Browse the repository at this point in the history
  • Loading branch information
rnmitchell committed Jan 11, 2024
1 parent f0873dc commit 3a24edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lusSTR/wrappers/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def format_table(input, software, kit="forenseq"):
flanks_list.append(flank_summary)
continue
marker = STRMarkerObject(locus, sequence, software, kit=kit)
if locus == "D12S391" and kit == "powerseq":
if locus == "D12S391" and kit == "powerseq" and software == "straitrazor":
if "." in str(marker.canonical):
check_sr += 1
if check_sr > 10:
Expand Down

0 comments on commit 3a24edf

Please sign in to comment.