phnmnl / wft4galaxy

Testing module for Galaxy workflows
Other
10 stars 4 forks source link

Feature/dataset type support #13

Closed kikkomep closed 7 years ago

kikkomep commented 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.

pcm32 commented 7 years ago

Thanks @kikkomep!