qiime2 / q2cwl

Prototype interface for automatically generating CWL tools from QIIME 2 actions
BSD 3-Clause "New" or "Revised" License
8 stars 7 forks source link

Use enum instead of string for `Str % Choices({...})` type #1

Closed ebolyen closed 6 years ago

ebolyen commented 6 years ago

From best practices guide: Use type: enum instead of type: string for elements with a fixed list of valid values.

ebolyen commented 6 years ago

Based on offline discussion, perhaps this isn't the best idea at this point.