scriptcwl icon indicating copy to clipboard operation
scriptcwl copied to clipboard

Create cwl workflows by writing a simple Python script

Results 17 scriptcwl issues
Sort by recently updated
recently updated
newest added

The current code is incompatible with the latest version of cwltool.

Hi, I have the following command line I wish to use scriptcwl to generate a CWL file myprogram -i /somepath/*.exr Is there any example code I can refer to which...

cwldep is a tool that helps you to import tools and workflows from other sources for use in your own workflow. https://github.com/common-workflow-language/cwldep

Copied from https://github.com/nlppln/nlppln/issues/31 > When adding inputs, it would be nice if there was a list of CWL types available in nlppln, so that I could use tab-completion when entering...

Workflows can be run from jupyter notebooks using: ``` %%bash cwltool /home/jvdzwaan/cwl-working-dir/add_multiply_example_workflow.cwl --num1 2 --num2 3 ```

I have a workflow that uses a cwl-extension which is not part of the standard. I'd like to be able to parse the "--enable-ext" flag to cwltool when validating the...

Add workflow input with [CommandInputEnumSchema](http://www.commonwl.org/v1.0/CommandLineTool.html#CommandInputEnumSchema).

scriptcwl was created with transparency and readability in mind. Scripts to generate cwl workflow specifications are transparent (e.g, workflow inputs and outputs have to be added explicitly) and readable (if...

When using the working_dir option. If a workflow is copied before all of its steps, warnings are issued, because not all files used in the `run` field can be found....