https://github.com/bcbio/test_bcbio_cwl/blob/master/somatic/somatic-workflow/steps/prep_samples.cwl Here there is a task that where two of the inputs are listed as String and/or File. What does that mean? ``` - name: config__algorithm__variant_regions type: - 'null' - string - File ``` ``` - name: config__algorithm__coverage type: - 'null' - string - File ``` Thanks!
https://github.com/bcbio/test_bcbio_cwl/blob/master/somatic/somatic-workflow/steps/prep_samples.cwl
Here there is a task that where two of the inputs are listed as String and/or File. What does that mean?
Thanks!