-
-
Notifications
You must be signed in to change notification settings - Fork 67
document how to model a one-or-the-other parameter #89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
for miscellaneous page
things to be added to a _extras/miscellaneous page
Comments
expression example: cwlVersion: v1.0
class: CommandLineTool
requirements:
InlineJavascriptRequirement: {}
inputs:
fancy_bool:
type: boolean
default: false # or true
inputBinding:
valueFrom: ${if (self) { return "foo";} else { return "bar";}}
baseCommand: echo
outputs: [] |
enum example cwlVersion: v1.0
class: CommandLineTool
inputs:
one_or_the_other:
type:
type: enum
symbols: [ foo, bar ]
baseCommand: echo
outputs: [] |
Merged
way "1" and "3" still need adding to the docs |
I don’t think it’s necessary to document three different ways to do it. If
there’s one approach that you prefer or that you think is most accessible
to beginners/non-experts, I think we should include that one only.
…On Sat, 27 Jul 2019 at 17:19, Michael R. Crusoe ***@***.***> wrote:
way "1" and "3" still need adding to the docs
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#89?email_source=notifications&email_token=ACJ62PEQFEJVM3MLCM45WFTQBRRPNA5CNFSM4ENME5D2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD26NJ6Q#issuecomment-515691770>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACJ62PDHEEEE5AQTDNWHPI3QBRRPNANCNFSM4ENME5DQ>
.
|
14 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From https://groups.google.com/d/msg/common-workflow-language/t7GEjKwJHys/2BvtkhsjXxMJ
The text was updated successfully, but these errors were encountered: