-
Updated
Feb 13, 2022 - Common Workflow Language
common-workflow-language

CWL documents describe workflows made of command line data analysis tools in a portable, reproducible, and reusable fashion.
Here are 60 public repositories matching this topic...
-
Updated
Mar 11, 2022 - Scala
-
Updated
Mar 2, 2022 - TypeScript
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:
-
Updated
Mar 1, 2022 - Python
-
Updated
Nov 12, 2021 - Python
-
Updated
Feb 11, 2022 - TypeScript
-
Updated
Oct 7, 2021 - Python
-
Updated
Nov 19, 2021 - Python
-
Updated
Mar 10, 2022 - Java
-
Updated
Jan 28, 2022 - R
-
Updated
Dec 13, 2021 - JavaScript
-
Updated
Mar 19, 2019 - Go
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
-
Updated
Mar 19, 2019 - Go
Either via Python libraries, or handing off to 3rd party tools
- DOI to bibtex
- conda & Debian package name to bibtex
- bio.tools identifier to bibtex
- RRID to bibtext
-
Updated
Apr 28, 2021 - Python
-
Updated
Mar 25, 2021 - Python
Description
-
All
links
reported in any given response contents should be also accessible through correspondingLink
headers. -
Add conformance item:
/rec/core/link-header
References
-
Updated
Feb 8, 2022 - Python
-
Updated
Feb 25, 2022 - HTML
-
Updated
May 21, 2020 - Python
-
Updated
Feb 18, 2022 - Common Workflow Language
-
Updated
Dec 15, 2021 - Common Workflow Language
-
Updated
Jan 25, 2022 - Ruby
-
Updated
Feb 4, 2022 - Ruby
-
Updated
Jun 2, 2020 - HTML
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
As requested in https://gitter.im/bd2k-genomics-toil/Lobby?at=617126297db1e3753e527ff2 it would be useful for debugging to be able to stop the whole workflow as soon as a single job fails, even if other jobs still exist to be run or are currently running.
┆Issue is synchronized with this Jira Task
┆Issue Number: TOIL-1062