cwl-v1.2 icon indicating copy to clipboard operation
cwl-v1.2 copied to clipboard

Sort fields alphabetically (or through some other order)

Open kinow opened this issue 3 years ago • 1 comments

There are some lists where id appears first, but others where it appears in the middle of the list of fields, e.g.

Subworkflows

image

CommandInputParameter

image

And the fields are not following any order. IMO it would be helpful to readers to sort the fields somehow. I think it could be either simply alphabetically, or leave some important items at the top (e.g. id, doc) and the rest alphabetically.

kinow avatar Jun 06 '22 09:06 kinow

Yes. Alphabetical can be default, but I want a method to force a particular order (inclusive of inherited fields)

We also need the ability to link to a specific field

mr-c avatar Jun 07 '22 08:06 mr-c