-
Updated
May 21, 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
May 26, 2022 - Scala
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
May 16, 2022 - TypeScript
-
Updated
Mar 1, 2022 - Python
-
Updated
Mar 29, 2022 - Python
-
Updated
Apr 28, 2022 - TypeScript
-
Updated
Apr 28, 2022 - Python
-
Updated
Mar 24, 2022 - Python
-
Updated
May 25, 2022 - Java
-
Updated
Jan 28, 2022 - R
-
Updated
Apr 28, 2022 - JavaScript
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
-
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
linksreported in any given response contents should be also accessible through correspondingLinkheaders. -
Add conformance item:
/rec/core/link-header -
Consider appending
Linkif others are already available, such as in aresultsresponse?
References
-
Updated
May 26, 2022 - Python
-
Updated
May 17, 2022 - HTML
-
Updated
May 21, 2020 - Python
-
Updated
Feb 18, 2022 - Common Workflow Language
-
Updated
Apr 3, 2022 - Ruby
-
Updated
Mar 29, 2022 - Common Workflow Language
-
Updated
Jan 25, 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