Skip to content

Commit

Permalink
add ncRNA reg to legend
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwengers committed Nov 8, 2024
1 parent 245999b commit bf67b44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bakta/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ def build_legend(circos, colors):
Patch(color=colors['features'][bc.FEATURE_T_RNA], label='tRNA'),
Patch(color=colors['features'][bc.FEATURE_R_RNA], label='rRNA'),
Patch(color=colors['features'][bc.FEATURE_NC_RNA], label='ncRNA'),
Patch(color=colors['features'][bc.FEATURE_NC_RNA_REGION], label='ncRNA reg'),
Patch(color=colors['features'][bc.FEATURE_CRISPR], label='CRISPR'),
Line2D([], [], color=colors['gc-positive'], label="+ GC", marker="^", ms=5, ls="None"),
Line2D([], [], color=colors['gc-negative'], label="- GC", marker="v", ms=5, ls="None"),
Expand Down

0 comments on commit bf67b44

Please sign in to comment.