Skip to content

Commit

Permalink
Prepare 0.1.0 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
emunozdc authored and emunozdc committed Jun 26, 2024
1 parent b228241 commit c81bb0c
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions src/pyranges_plot/plot_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,22 +503,7 @@ def getvalue(key):
lambda x: compute_tpad(x, chrmd_df_grouped) if not x.empty else None
)

# print("genesmd")
# print(genesmd_df)
# print("\n\n")
# print("chrmd")
# print(chrmd_df)
# print("\n\n")
# print("grouped_chrmd")
# print(chrmd_df_grouped)
# print("\n\n")
# print("original data")
# print(data)
# print("\n\n")
# print("data used for plotting")
# print(subdf)
# print(tot_ngenes_l)

# deal with engine and call proper plot
if engine in ["plt", "matplotlib"]:
if not missing_plt_flag:
plot_exons_plt(
Expand Down

0 comments on commit c81bb0c

Please sign in to comment.