Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
Jbrowse2 Annelids
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arendt Group
Jbrowse2 Annelids
Commits
2a045e72
Commit
2a045e72
authored
5 months ago
by
cyril.cros
Browse files
Options
Downloads
Patches
Plain Diff
Why is the config file empty? x3
parent
75a0bf58
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#65553
passed
5 months ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
image/Dockerfile
+3
-3
3 additions, 3 deletions
image/Dockerfile
with
3 additions
and
3 deletions
image/Dockerfile
+
3
−
3
View file @
2a045e72
...
@@ -6,9 +6,9 @@ FROM quay.io/biocontainers/jbrowse2:2.15.3--hbbc3ce4_0 as jbrowse_builder
...
@@ -6,9 +6,9 @@ FROM quay.io/biocontainers/jbrowse2:2.15.3--hbbc3ce4_0 as jbrowse_builder
WORKDIR
/app/annelids
WORKDIR
/app/annelids
COPY
jbrowse_script_base.sh default_session.json tracks.json ./
COPY
jbrowse_script_base.sh default_session.json tracks.json ./
COPY
--from=jq /jq ./
COPY
--from=jq /jq ./
RUN
./jbrowse_script_base.sh
\
RUN
./jbrowse_script_base.sh
&&
ls
\
RUN
ls
\
|
./jq
--rawfile
base default_session.json
'.defaultSession = $base'
\
&&
./jq
--rawfile
base default_session.json
'.defaultSession = $base'
\
| ./jq
--rawfile
base tracks.json
'. += $base'
>
config.json
\
| ./jq
--rawfile
base tracks.json
'. += $base'
>
config.json
\
&&
rm
-rf
node_modules jq jbrowse_script_base.sh default_session.json tracks.json
&&
rm
-rf
node_modules jq jbrowse_script_base.sh default_session.json tracks.json
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment