Skip to content

Commit

Permalink
Drops a few unused columns
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbrenas committed Jun 21, 2024
1 parent 54e7a45 commit df13732
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions malariagen_data/anoph/genome_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ def plot_genes(
data["top"] = data["bottom"] + 0.8

debug("tidy up missing values for presentation")
data = data.drop(["score", "phase"], axis=1)
data.fillna("", inplace=True)

debug("make a figure")
Expand Down

0 comments on commit df13732

Please sign in to comment.