Mercurial > repos > imgteam > libcarna_render
comparison render.xml @ 3:e07bfdcb1d26 draft
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/libcarna/ commit 9abf60fee6ba4f5d4f4a18d8f4d33e6263b3c065
| author | imgteam |
|---|---|
| date | Tue, 06 Jan 2026 11:26:30 +0000 |
| parents | 7188234ae8f6 |
| children | 8fa86f0ebca2 |
comparison
equal
deleted
inserted
replaced
| 2:7188234ae8f6 | 3:e07bfdcb1d26 |
|---|---|
| 17 </section> | 17 </section> |
| 18 </xml> | 18 </xml> |
| 19 <xml name="params/builtin_cmap"> | 19 <xml name="params/builtin_cmap"> |
| 20 <conditional name="ramp"> | 20 <conditional name="ramp"> |
| 21 <param name="enabled" type="select" label="Ramp function" | 21 <param name="enabled" type="select" label="Ramp function" |
| 22 help="Use a piecewise linear ramp function for the alpha channel of the colormap."> | 22 help="Use a piecewise linear ramp function for the alpha channel of the color map."> |
| 23 <option value="false" selected="true">Disabled</option> | 23 <option value="false" selected="true">Disabled</option> |
| 24 <option value="true">Enabled</option> | 24 <option value="true">Enabled</option> |
| 25 </param> | 25 </param> |
| 26 <when value="true"> | 26 <when value="true"> |
| 27 <expand macro="params/intensity" name="start" value="0" label="Ramp start"/> | 27 <expand macro="params/intensity" name="start" value="0" label="Ramp start"/> |
| 75 See https://github.com/kostrykin/LibCarna-Python-Docker for details of the image. | 75 See https://github.com/kostrykin/LibCarna-Python-Docker for details of the image. |
| 76 --> | 76 --> |
| 77 <container type="docker">docker.io/kostrykin/libcarna-python:@TOOL_VERSION@-0</container> | 77 <container type="docker">docker.io/kostrykin/libcarna-python:@TOOL_VERSION@-0</container> |
| 78 </requirements> | 78 </requirements> |
| 79 <required_files> | 79 <required_files> |
| 80 <include type="literal" path="clip_image.py"/> | 80 <include type="literal" path="render.py"/> |
| 81 <exclude type="literal" path="README.md"/> | 81 <exclude type="literal" path="README.md"/> |
| 82 </required_files> | 82 </required_files> |
| 83 <command detect_errors="aggressive"><