Closed kikkomep closed 7 years ago
This PR introduces the support for declaring the type of input datasets using the following syntax:
inputs: InputText: file: "input" type: "txt"
The typefield is optional: when omitted, the Galaxy auto detection based on file extensions is used. See issue #11.
type
Thanks @kikkomep!
This PR introduces the support for declaring the type of input datasets using the following syntax:
The
type
field is optional: when omitted, the Galaxy auto detection based on file extensions is used. See issue #11.