Skip to content

Commit

Permalink
specify version v.0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chiarasch committed Aug 8, 2024
1 parent a5061fd commit c6dbbf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/phenoimager2mc.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def getOptions(myopts=None):
default="99th",
choices=["99th", "max"],
help="Provide method to normalize marker intensities per channel. Options = [99th, max]")
standard.add_argument("--version", action="version", version="v0.2.1")
standard.add_argument("--version", action="version", version="v0.2.2")

# Tool Output
output = parser.add_argument_group(title='Required output')
Expand Down Expand Up @@ -421,7 +421,7 @@ def main(args):
"""
# version
_version = 'v0.2.1'
_version = 'v0.2.2'
# Concatenate the tiles into a single stacked image
concatenate_tiles(args.indir, args.output)
# Normalize the image
Expand Down Expand Up @@ -490,7 +490,7 @@ def main(args):

if __name__ == '__main__':
"""Tool is called on the command-line"""
_version = 'v0.2.1'
_version = 'v0.2.2'
args = getOptions()
warnings.filterwarnings("ignore", category=DeprecationWarning)

Expand Down

0 comments on commit c6dbbf6

Please sign in to comment.