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

Problems with --cachedir and DockerRequirement

Abierto
#203 1 comentario 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Python
Estrellas
376
Forks
255
Merge medio
2 d 7 h
PR fusionados (30 d)
12

Descripción

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

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.