-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
It would be pretty neat if some things could be specified as inline elements.
In particular this would be history_dataset_as_image
, but other elements might also be useful (galaxy version, galaxy url, name of dataset, workflow license). Markdown uses 
for images, I'm not sure what a galaxy version of that should look like. For text-like values we essentially just want to template strings, so maybe {{ the parameter }}
might be ok ?
Delphine-L