API reference¶
Plugin registration¶
CWL to Markdown Transpiler-Mate Plugin.
Source code in src/cwl2markdown/plugin.py
219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 | |
Options¶
Bases: BaseModel
Options accepted by the CWL 2 Markdown plugin.
Source code in src/cwl2markdown/plugin.py
209 210 211 212 213 214 215 216 | |
Template helpers¶
Return application authors as role models for template rendering.
Source code in src/cwl2markdown/plugin.py
58 59 60 61 62 63 64 65 66 67 68 69 | |
Return application contributors as role models for template rendering.
Source code in src/cwl2markdown/plugin.py
72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 | |