Skip to content

Commit

Permalink
Update qupath_roi_splitter.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening authored Apr 11, 2024
1 parent ef82401 commit d1d9509
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tools/qupath_roi_splitter/qupath_roi_splitter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
<command detect_errors="exit_code"><![CDATA[
#for $input in $input_collection
python3 '$__tool_directory__/qupath_roi_splitter.py'
--qupath_roi '$input'
$optional.fill
$optional.all
--qupath_roi '$input'
$optional.fill
$optional.all
&&
#end for
&& mkdir out
mkdir out
&& mv *.txt out/
]]></command>
<inputs>
Expand Down

0 comments on commit d1d9509

Please sign in to comment.