Mercurial > repos > imgteam > libcarna_render
view README.md @ 0:8cd3d5261f28 draft
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/libcarna/ commit 20db59ffe2a97f25d82ba02e451bf73f93ef84ee
| author | imgteam |
|---|---|
| date | Mon, 05 Jan 2026 20:11:01 +0000 |
| parents | |
| 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" ```
