Skip to content

Commit

Permalink
Update pumaz.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LalithShiyam authored Oct 10, 2024
1 parent e4df653 commit 7ea9f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pumaz/pumaz.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def str2list(value):
help="Multiplex the aligned PT images.", required=False)

parser.add_argument("-st", "--segment_tumors", action='store_true', default=False,
help="Segment tumors in the multiplexed images.", required=False)
help="Segment tumors in the multiplexed images (not implemented: postponed for puma v.2.0)", required=False)

parser.add_argument("-cs", "--custom_colors", action='store_true', default=False,
help="Manually assign colors to tracer images.", required=False)
Expand Down

0 comments on commit 7ea9f68

Please sign in to comment.