Mercurial > repos > imgteam > libcarna_render
view README.md @ 1:f4ecbb24a1dc draft
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/libcarna/ commit 6f0441e7c72176aaa13ffc14988162628ae2a0d6
| author | imgteam |
|---|---|
| date | Mon, 05 Jan 2026 20:37:06 +0000 |
| parents | 8cd3d5261f28 |
| children | e07bfdcb1d26 |
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, whuch 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" ```
