Skip to content
Snippets Groups Projects
Commit 2a045e72 authored by cyril.cros's avatar cyril.cros
Browse files

Why is the config file empty? x3

parent 75a0bf58
No related branches found
Tags 0.0.1
No related merge requests found
Pipeline #65553 passed
......@@ -6,9 +6,9 @@ FROM quay.io/biocontainers/jbrowse2:2.15.3--hbbc3ce4_0 as jbrowse_builder
WORKDIR /app/annelids
COPY jbrowse_script_base.sh default_session.json tracks.json ./
COPY --from=jq /jq ./
RUN ./jbrowse_script_base.sh \
&& ls \
| ./jq --rawfile base default_session.json '.defaultSession = $base' \
RUN ./jbrowse_script_base.sh
RUN ls \
&& ./jq --rawfile base default_session.json '.defaultSession = $base' \
| ./jq --rawfile base tracks.json '. += $base' > config.json \
&& rm -rf node_modules jq jbrowse_script_base.sh default_session.json tracks.json
......
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