Skip to content
#

Common Workflow Language

cwl logo

CWL documents describe workflows made of command line data analysis tools in a portable, reproducible, and reusable fashion.

Here are 191 public repositories matching this topic...

cwltool
bartns
bartns commented Mar 2, 2022

Expected Behavior

cwltool ignores default values when using the argument on the command line

Actual Behavior

Calling cwltool with an argument that is a string[] in the command line will keep the the default value in the array.
Does not happen when using a yaml file as input.

Workflow Code

#!/usr/bin/env cwl-runner

cwlVersion: v1.2
class: CommandLineTool

baseCommand: 

Created by Peter Amstutz, John Chilton, Michael R. Crusoe, Nebojša Tijanić, and the CWL Community

Released January 2015

Organization
common-workflow-language
Website
www.commonwl.org
Wikipedia
Wikipedia