miniwdl icon indicating copy to clipboard operation
miniwdl copied to clipboard

embed scatter variable in call names

Open mlin opened this issue 1 year ago • 0 comments

"call-subwf-0-xxx" if the scatter variable is stringifiable to xxx

  • if it's a File, take the basename
  • strip longest common prefix & suffix
  • truncate to some max length
  • what if it's a struct?

mlin avatar Aug 10 '22 09:08 mlin