Skip to content

Commit

Permalink
removed temporary pdbs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shettland committed Nov 13, 2024
1 parent 1417bda commit cf64083
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion dashboard/utils/met_host_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def fetching_data_for_sex_and_range_data():
except KeyError:
age_range_list.append(0)
host_age_range_per_key_df[key] = age_range_list
import pdb; pdb.set_trace()
return host_age_range_per_key_df, invalid_data

def fetching_data_for_gender():
Expand Down
2 changes: 1 addition & 1 deletion dashboard/utils/var_needle_mutation_graph_by_lineage.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def create_needle_plot_graph_mutation_by_lineage(lineage_list, lineage, mdata):
options = []
for lin in lineage_list:
options.append({"label": lin, "value": lin})
import pdb; pdb.set_trace()

app = DjangoDash("needlePlotMutationByLineage")

app.layout = html.Div(
Expand Down

0 comments on commit cf64083

Please sign in to comment.