Skip to content

Commit

Permalink
residuals
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghaibao committed May 1, 2024
1 parent 62c72b3 commit c0e449b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jcvi/graphics/chromosome.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ class will get assigned a unique color. `id_mappings` file is optional (if
help="if drawing an imagemap, specify the window size (bases) of each map element ",
)

g = p.add_argument_group(p, "Color legend")
g = p.add_argument_group("Color legend")
g.add_argument(
"--nolegend",
dest="legend",
Expand Down

0 comments on commit c0e449b

Please sign in to comment.