common-workflow-language / common-workflow-language/cwltool

Problems with --cachedir and DockerRequirement

オープン
#203 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
376
フォーク
255
平均マージ
2日 7時間
マージ済み PR(30日)
12

説明

Hi,

the `--cachedir` option did not work for me (similar to #173).

I had a closer look and noticed that there is a difference in the `keydictstr` where it specifies the `"DockerRequirement":`.

In the one it puts an extra key `"dockerImageID":`, in the other one it doesn't:

```
..."DockerRequirement":{"class":"DockerRequirement","dockerPull":"GreetDB/pipeline:cwl_pipeline"},...
..."DockerRequirement":{"class":"DockerRequirement","dockerImageId":"GreetDB/pipeline:cwl_pipeline","dockerPull":"GreetDB/pipeline:cwl_pipeline"},...
```

As a temporary solution, I'm both specifying the `DockerImageId:` and the `DockerPull:` under the `DockerRequirement:`. The --cache-dir seems to be working consistently.

Thanks a lot,
Greet

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

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

評価

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

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

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