-
`run_ogc_application_package`
## Context
For the InterTwin project (and soon others), we would like to run an OGC Application Package inside an openEO process graph. The documentation for OGC Appl…
-
We have gotten this requirement often.
https://cwl.discourse.group/t/dynamic-changing-docker-pull-registry-location-in-dockerrequirements/530
https://cwl.discourse.group/t/using-javascript-in-requ…
mr-c updated
3 months ago
-
Write a DAG/Task that invokes the DS Docker container to stage-in data from the DS catalog.
Eventually this Task needs to be executed as part of the new Application Package CWL DAG, and followed by th…
-
May be related to #5099
Given this workflow:
```cwl
#!/usr/bin/env cwl-runner
cwlVersion: v1.2
class: Workflow
requirements:
InlineJavascriptRequirement: {}
LoadListingRequirement:
loadListing…
-
The goal of the basic workflow is to be able to consume unaligned FASTA, align this (i.e. solve #3) and build a tree with it (by addressing #4). These steps are implemented with tools, scripts, and we…
rvosa updated
4 years ago
-
**Snakemake version**
7.7.0
**Describe the bug**
Running `snakemake --export-cwl example.cwl` prints `AttributeError: 'Job' object has no attribute 'conda_env_file'`
**Logs**
```
…
-
When using `toil-cwl-runner` it seems like it always uses `deep_listing` when files or directories are mounted for running within Docker or Singularity.
If I try to add [LoadListingRequirement](https…
-
### Comment:
Hi, I am curious why the recipe skips Windows build. I see that there are PyPI wheels for windows, so I am curious to know what technical difficulty is preventing us from building a Wind…
-
One common CWL modality is to treat workflows as fairly opaque objects, converting carefully named workflow level inputs into the forms and names needed by the underlying tools. CWL 1.0 makes this fai…
-
When I use conditionals, I find that the job still gets scheduled to a batch system.
conditional-workflow.cwl
```
class: Workflow
cwlVersion: v1.2
inputs:
message: string
sleepParam: int
outp…