Mercurial > repos > bgruening > json2yolosegment
diff macros.xml @ 0:252fd085940d draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 67e0e1d123bcfffb10bab8cc04ae67259caec557
| author | bgruening |
|---|---|
| date | Fri, 13 Jun 2025 11:23:35 +0000 |
| parents | |
| children | dfda27273ead |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Fri Jun 13 11:23:35 2025 +0000 @@ -0,0 +1,46 @@ +<macros> + <token name="@TOOL_VERSION@">8.3.0</token> + <token name="@VERSION_SUFFIX@">0</token> + <xml name="creator"> + <creator> + <person name="Yi Sun" email="sunyi000@gmail.com" /> + <organization name="NFDI4Bioimage" url="https://nfdi4bioimage.de/" /> + </creator> + </xml> + <xml name="edam"> + <edam_operations> + <edam_operation>operation_3443</edam_operation> + </edam_operations> + </xml> + <xml name="requirements"> + <requirements> + <container type="docker">quay.io/bgruening/docker-ultralytics:@TOOL_VERSION@</container> + </requirements> + </xml> + <xml name="citations"> + <citations> + <citation type="bibtex"> + @software{ultralytics_yolov8, + author = {Ultralytics team}, + title = {YOLOv8}, + url = {https://github.com/ultralytics/ultralytics} + } + </citation> + <citation type="bibtex"> + @software{yolo11_ultralytics, + author = {Ultralytics team}, + title = {YOLO11}, + url = {https://github.com/ultralytics/ultralytics}, + } + </citation> + <citation type="bibtex"> + @misc{embl2025tail, + author = {EMBL Bioimage Informatics Team}, + title = {Tail Analysis Workflow}, + url = {https://git.embl.de/grp-cba/tail-analysis/-/blob/main/analysis_workflow.md}, + } + </citation> + </citations> + </xml> +</macros> +
