common-workflow-language / common-workflow-language/cwl-utils

schema_salad.exceptions.ValidationExceptions parsing certain data structures

Open
#31 12 comments 0 reactions 1 assignee Claimed by @leipzig View on GitHub
Dominant language
Python
Stars
43
Forks
28
Avg merge
4h 7m
Merged PRs (30d)
4

Description

```
import cwl_utils.parser_v1_2 as parser
parser.load_document("https://raw.githubusercontent.com/common-workflow-library/bio-cwl-tools/release/picard/picard_CreateSequenceDictionary.cwl")
```

```
InitialWorkDirRequirement:
listing:
- $(inputs.REFERENCE)
```

```
outputs:
...
sequences_with_dictionary:
type: File
format: edam:format_2573 # SAM
secondaryFiles:
- .dict
- .fai
```

```
parser.load_document("https://raw.githubusercontent.com/common-workflow-library/bio-cwl-tools/release/bamtools/bamtools_stats.cwl")
```

```
bamtools_stats.cwl:110:5: the `outputBinding` field is not valid...
the `outputEval` field is not valid...
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.