Mercurial > repos > imgteam > libcarna_render
view README.md @ 4:a9f10dceb17e draft default tip
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/libcarna/ commit 99d6ebe67515f1362ea4412b143ab2a140c8d631
| author | imgteam |
|---|---|
| date | Tue, 13 Jan 2026 12:21:55 +0000 |
| parents | 31a2e1909ae5 |
| children |
line wrap: on
line source
# libcarna ## HTML output The tool produces HTML output that needs to be added to the allow list. ## GPU support The following extra Docker parameters are required to run this tool with GPU support: ```bash --gpus all -e NVIDIA_VISIBLE_DEVICES=all -e NVIDIA_DRIVER_CAPABILITIES=graphics,compute ``` Otherwise, the tool runs with software rendering, which is much slower. When using `planemo test`, the full command line is: ```bash planemo test --docker --docker_run_extra_arguments \ "--gpus all -e NVIDIA_VISIBLE_DEVICES=all -e NVIDIA_DRIVER_CAPABILITIES=graphics,compute" ```
