With the newly released version 1.0.20181201184214 of cwltool the above is now simpler:
cwlVersion: v1.0
class: CommandLineTool
requirements:
SchemaDefRequirement:
types:
- name: vcf2maf_params
type: record
fields:
species:
- "null"
- type: enum
symbols: [homo_sapiens, mus_musculus]
ncbi_build:
- "null"
- type: enum
symbols: [GRCh37, GRCh38, GRCm38]
baseCommand: echo
outputs: []
inputs: []
• 1 views
•
link