Is there anything such as a general (xml or similar) format for defining command line tools, such as input params and outputs?
The format must be detailed enough to serve as the basis for automatically generating wizards for filling in the inputs required by a tool.
I already found the xml-based format created by Bioinformatics integration workbench Galaxy. Problem is that the xml files in Galaxy toolconfig format are not independent, but need an accompanying python (.py) file that does some logic, and which does not follow any defined format, making it hard to port to other languages.
So, looking for other suggestions!