Bug #19700
Updated by Peter Amstutz about 2 years ago
Sorry I keep finding edge cases... Example: https://workbench2.tordo.arvadosapi.com/processes/tordo-xvhdp-u55x8qxyai66qu3 # the "input" parameter is a File object with a http URL. This is sort of a new requirement but we have a customer that wants to use http URLs in their input and then arvados-cwl-runner downloads the file on the fly. Workbench 2 seems to end up showing either "No value" or an incorrect link to keep-web. ## I think the easiest thing to do is just render http and https as a regular plain clickable hyperlink; if something shows up in the @location@ field that doesn't start with @keep:@ don't parse it, just render it as a link. hyperlink. # I haven't managed to nail this down but sometimes the JSON tab is empty (it shows "[]") even when things are listed in the "Parameters" tab.