Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gga_load_data
Manage
Activity
Members
Labels
Plan
Issues
12
Issue boards
Milestones
Wiki
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
abims
e-infra
gga_load_data
Merge requests
!16
fixes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fixes
picture
into
dev
Overview
0
Commits
2
Pipelines
0
Changes
4
Merged
Loraine Gueguen
requested to merge
picture
into
dev
3 years ago
Overview
0
Commits
2
Pipelines
0
Changes
3
Expand
Get the picture for each species: the picture of the main strain if exists, other strain if not
Fix site name
Edited
3 years ago
by
Loraine Gueguen
👍
0
👎
0
Merge request reports
Compare
version 1
version 1
44a40f8b
3 years ago
dev (base)
and
latest version
latest version
8c1e24f2
2 commits,
3 years ago
version 1
44a40f8b
1 commit,
3 years ago
Show latest version
3 files
+
23
−
21
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
templates/gspecies_compose.yml.j2
+
7
−
7
Options
@@ -38,18 +38,18 @@ services:
- ./docker_data/galaxy/:/export/:ro
- ./src_data/:/project_data/:ro
- ./src_data:/data:ro
{% if 'tripal_banner_path' is defined %}
{% if 'tripal_banner_path' is defined %}
- ./banner.png:/var/www/html/banner.png:ro
{% endif %}
{% endif %}
#- /groups/XXX/:/groups/XXX/:ro # We do this when we have symlinks in src_data pointing to /groups/XXX/...
{% if 'picture_path' is defined %}
{% if 'png' in picture_path %}
{% if 'picture_path' is defined %}
{% if 'png' in picture_path %}
- ./species.png:/var/www/html/species.png:ro
{% endif %}
{% if 'jpg' in picture_path %}
{% endif %}
{% if 'jpg' in picture_path %}
- ./species.jpg:/var/www/html/species.jpg:ro
{% endif %}
{% endif %}
{% endif %}
environment:
DB_HOST: tripal-db.{{ genus_species }}
BASE_URL_PATH: /sp/{{ genus_species }}
Loading