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 56 public repositories matching this topic...

cwltool
mr-c
mr-c commented Oct 31, 2020

Expected Behavior

cwltool --validate https://github.com/common-workflow-language/cwl-v1.2/raw/main/tests/conflict-wf.cwl validates all objects inthe file.

Actual Behavior

Tell us what happens instead

INFO /usr/bin/cwltool 3.0.20200807132242
ERROR Tool definition failed initialization:
Tool file contains graph of multiple objects, must specify one of #echo, #cat, #collision
user_guide
dshepelev15
dshepelev15 commented Aug 8, 2019

Can someone explain to me how to use InitialWorkDir requirements without any input parameters.
For instance, I need to put my shell scripts near with cwl script and run them from that cwl script. Is there some way don't use absolute path to scripts? I tried to use EnvVariable like that:

baseCommand: sh
arguments: [$SCRIPT_FOLDER/script.sh]

But it is not working.

Then I foun

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
You can’t perform that action at this time.