Skip to content
Snippets Groups Projects
Commit 76b878e3 authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

replace custom container with biocontainer

parent 49b91e5c
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,8 @@ task YamlToJson {
input {
File yaml
String outputJson = basename(yaml, "\.ya?ml$") + ".json"
String dockerImage = "biowdl/pyyaml:3.13-py37-slim"
# biowdl-input-converter has python and pyyaml.
String dockerImage = "quay.io/biocontainers/biowdl-input-converter:0.1.0--py_0"
}
command {
set -e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment