Skip to content

Commit

Permalink
Increase ROIsplitter version number
Browse files Browse the repository at this point in the history
  • Loading branch information
npinter committed Jul 15, 2024
1 parent 00fbb97 commit 15c99fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/qupath_roi_splitter/qupath_roi_splitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def split_qupath_roi(in_roi):
parser = argparse.ArgumentParser(description="Split ROI coordinates of QuPath TMA annotation by cell type (classification)")
parser.add_argument("--qupath_roi", default=False, help="Input QuPath annotation (GeoJSON file)")
parser.add_argument("--fill", action="store_true", required=False, help="Fill pixels in ROIs (order of coordinates will be lost)")
parser.add_argument('--version', action='version', version='%(prog)s 0.2.0')
parser.add_argument('--version', action='version', version='%(prog)s 0.3.0')
parser.add_argument("--all", action="store_true", required=False, help="Extracts all ROIs")
parser.add_argument("--img", action="store_true", required=False, help="Generates image of ROIs")
args = parser.parse_args()
Expand Down
2 changes: 1 addition & 1 deletion tools/qupath_roi_splitter/qupath_roi_splitter.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<tool id="qupath_roi_splitter" name="QuPath ROI Splitter" version="@VERSION@+galaxy@VERSION_SUFFIX@">
<description>Split ROI coordinates of QuPath TMA annotation by cell type (classification)</description>
<macros>
<token name="@VERSION@">0.2.1</token>
<token name="@VERSION@">0.3.0</token>
<token name="@VERSION_SUFFIX@">0</token>
</macros>
<requirements>
Expand Down

0 comments on commit 15c99fc

Please sign in to comment.