CWL definition modification
0
0
Entering edit mode
8 months ago
1769mkc ★ 1.2k

This is a block of my cwl file which I would like to modify

    output_zipfile:
    label: Bioset Zipfile
    outputBinding:
      glob:
      - "$(get_output_dir())/*.zip"
    type: File[]

Here the argument is Required and Multivalve

I tried with this

output_zipfile:
    label: Bioset Zipfile
    outputBinding:
      glob:
      - "$(get_output_dir())/*.zip"
    type: 
    - 'null'
    - File
    items : File?

Now it turned into Optional and Single value

My goal is getting Optional and Multivalue

Any suggestion or help would be really appreciated

CWL Workflow • 278 views
ADD COMMENT

Login before adding your answer.

Traffic: 1904 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6