Skip to content

Commit

Permalink
removed old code
Browse files Browse the repository at this point in the history
  • Loading branch information
rnmitchell committed Oct 9, 2024
1 parent 1c5bad7 commit ef170cc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lusSTR/cli/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,13 +223,6 @@ def interactive_plots(df, locus, ymax, increase, all=False):
df.loc[i, "Label"] = "Stutter"
else:
df.loc[i, "Label"] = df.loc[i, "allele_type"]
# if df.loc[i, "allele_type"] == "Typed":
# df.loc[i, "Label"] = "Typed"
# elif df.loc[i, "allele_type"] == "BelowAT":
# df.loc[i, "Label"] = "BelowAT"
# elif df.loc[i, "allele_type"]
# else:
# df.loc[i, "Label"] = "Stutter"
min_x = round(min(df["CE_Allele"]) - 1)
max_x = round(max(df["CE_Allele"]) + 1)
plot = px.bar(
Expand Down

0 comments on commit ef170cc

Please sign in to comment.