Skip to content

Commit

Permalink
updates rfove.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Nov 13, 2023
1 parent d87d2b3 commit dc8867b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tools/rfove/rfove.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@
<command detect_errors="aggressive">
<![CDATA[
#set $neighborhood_size = "%d" % ($half_neighborhood_size.value * 2 + 1)
cp '${dataset}' ./input &&
docker run --rm
-v .:/io kostrykin/rfove /rfove
echo `uname -a` >> /tmp/hostinfo.txt &&
/rfove
${area_ub}
${min_area_max_area_ratio_ub}
${overlap_ub}
${neighborhood_size}
/io/input
/io/output.tiff
${dataset}
output.tiff
]]>
</command>
<inputs>
Expand Down

0 comments on commit dc8867b

Please sign in to comment.