Tomoya Tanjo

Results 38 issues of Tomoya Tanjo

I confirmed it with the commit 0fe8c66. # Input error.cwl: ```cwl #!/usr/bin/env cwl-runner cwlVersion: v1.0a class: CommandLineTool hints: - class: ResourceRequirement coresMin: 2 ramMin: 8 - class: DockerRequirementXX dockerPull: python:2-slim...

Related: common-workflow-language/common-workflow-language#775 [Section 3.1](https://www.commonwl.org/v1.2/CommandLineTool.html#Execution_concepts) defines a term `parameter` as follows: > A **parameter** is a named symbolic input or output of process, with an associated datatype or schema. During execution,...

Some of process requirements that are accepted in [ExpressionTool#requirements](https://www.commonwl.org/v1.0/Workflow.html#ExpressionTool) (e.g., `SubworkflowFeatureRequirement`) are not meaningful for ExpressionTool. What happens when they are specified in `ExpressionTool#requirements`? For me, it is reasonable to...

Related: https://github.com/common-workflow-language/common-workflow-language/issues/783 The [spec of `CommandLineBinding`](https://www.commonwl.org/v1.2/CommandLineTool.html#CommandLineBinding) says: > **array**: If `itemSeparator` is specified, add `prefix` and the join the array into a single string with `itemSeparator` separating the items. Otherwise...

The spec of [`LoadListingEnum`](https://www.commonwl.org/v1.2/Workflow.html#LoadListingEnum) used in [`LoadListingRequirement`](https://www.commonwl.org/v1.2/Workflow.html#LoadListingRequirement) says: > Specify the desired behavior for loading the `listing` field of a Directory object for use by expressions. On the other hand,...

bug
good first issue
help wanted

Are there any merging policies for this repository? I checked [contrib.md](https://github.com/common-workflow-language/cwl-v1.2/blob/main/contrib.md) but I could not find descriptions of it. It would be nice if there is a document for it....

It would be nice if there is a CI tester (such as Travis CI) for the examples in the user guide. Such a scheme can keep the examples runnable for...

I found this issue when trying the [tutorial](https://carpentries-incubator.github.io/cwl-novice-tutorial/02-shell_to_cwl/index.html) with Podman 5.0.2 that is bundled with the latest [Podman Desktop](https://podman-desktop.io/). The reason why this issue happens is an incompatible behavior of...