Mercurial > repos > bgruening > json2yolosegment
changeset 1:8cc1936ab69b draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 3f1539a033bf528e46b164c1a109db3c434374f1
author | bgruening |
---|---|
date | Thu, 03 Jul 2025 19:06:23 +0000 |
parents | fa068d13e781 |
children | 96269d5d31cc |
files | json2yolosegment.xml |
diffstat | 1 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/json2yolosegment.xml Fri Jun 13 11:24:20 2025 +0000 +++ b/json2yolosegment.xml Thu Jul 03 19:06:23 2025 +0000 @@ -5,6 +5,7 @@ </macros> <expand macro="creator" /> <expand macro="edam" /> + <expand macro="requirements" /> <command detect_errors="aggressive"> <![CDATA[ mkdir ./input ./output && @@ -12,9 +13,12 @@ #for $filename in $in_json: ln -s '$filename' './input/${filename.element_identifier}' && #end for - - python '$__tool_directory__/json2yolosegment.py' -i ./input/ -o ./output -c '$class_name' - + + python '$__tool_directory__/json2yolosegment.py' + -i ./input/ + -o ./output + -c '$class_name' + ]]> </command> <inputs>