-
## Feature Request
### Desired behaviour
NextFlow looks like an interesting choice in addition to CWL and WDL.
The way they reference Docker containers is https://www.nextflow.io/docs/latest/…
-
When using the type `string[]` along with the key `prefix`, instead of the prefix being added at the head of string array, the prefix is being applied to each element, along with the head of the list …
-
Examples:
http://www.commonwl.org/v1.0/CommandLineTool.html#CommandInputEnumSchema
http://www.commonwl.org/v1.0/CommandLineTool.html#CommandInputRecordSchema
-
NetworkAccess
Workflows should not assume internet access by default.
Indicate whether the workflow requires Internet access.
Field | Type
-- | --
networkAccess | boolean
- [ ] implemen…
-
See the discussion at the end of #1627.
-
Can cwl take a path to a directory (full of say, fastq files) and use the directory as input and stage all of the files in the directory as an array of files for the next step in a workflow?
Currentl…
-
```
The error was: 'ascii' codec can't encode character u'\u2019' in position 9238: ordinal not in range(128)
```
From https://view.commonwl.org/workflows/github.com/MG-RAST/amplicon/blob/wilke/c…
-
Top page should contain:
- One sentence description
- who is providing support ($/effort)
- use cases with snippets
A logo would be nice as well
-
## Expected Behavior
`cwltool --singularity` should work the same as without `--singularity`
(Surprisingly (to me) `cwltoil` version 3.15.0 works correctly despite seeming to use the same version …
-
Given a custom type like so:
```
class: SchemaDefRequirement
types:
- name: NamedFilePairType
type: record
fields:
- name: name
type: string
- name: file1
…