common-workflow-language / common-workflow-language/cwl-utils
schema_salad.exceptions.ValidationExceptions parsing certain data structures
- Ngôn ngữ chính
- Python
- Star
- 43
- Fork
- 28
- Merge trung bình
- 4 giờ 7 phút
- Pull request đã merge (30 ngày)
- 4
Mô tả
```
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...
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.