Skip to content

Commit

Permalink
script: create a plot for cluster_id mostly for breakpoint plotting
Browse files Browse the repository at this point in the history
  • Loading branch information
Katherine Eaton committed Aug 3, 2022
1 parent 6f02f09 commit 8110faa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ def main(
"legend_title": "Parents (Lineage)",
"cols": ["parents_lineage"],
},
"cluster_id": {"legend_title": "Cluster ID", "cols": ["cluster_id"]},
}

for plot in plot_dict:
Expand Down

0 comments on commit 8110faa

Please sign in to comment.