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

Problems with --cachedir and DockerRequirement

Aperta
#203 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Python
Stelle
376
Fork
255
Merge medio
2g 7h
PR unite (30g)
12

Descrizione

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

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.