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

schema_salad.exceptions.ValidationExceptions parsing certain data structures

オープン
#31 コメント 12 件 リアクション 0 件 担当者 1 名 @leipzig が担当を希望しています GitHub で見る
主要言語
Python
スター
43
フォーク
28
平均マージ
4時間 7分
マージ済み PR(30日)
4

説明

```
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...
```

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。