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
Commits
e2fe7419
Commit
e2fe7419
authored
3 years ago
by
Loraine Gueguen
Browse files
Options
Downloads
Patches
Plain Diff
Update to wf_v7: sync in wf
parent
e9a0a824
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!18
Release v2.1.0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gga_init.py
+1
-0
1 addition, 0 deletions
gga_init.py
gga_run_workflow_phaeo_jbrowse.py
+2
-0
2 additions, 0 deletions
gga_run_workflow_phaeo_jbrowse.py
with
3 additions
and
0 deletions
gga_init.py
+
1
−
0
View file @
e2fe7419
...
...
@@ -341,6 +341,7 @@ def deploy_stacks(input_list, main_dir, deploy_traefik):
logging
.
info
(
"
Updating traefik stack
"
)
run_docker_stack_deploy
(
"
traefik
"
,
traefik_dir
)
#TODO: add test to check that the network/name resolution is fine in each galaxy container
if
__name__
==
"
__main__
"
:
parser
=
argparse
.
ArgumentParser
(
description
=
"
Deploy GGA containers
"
)
...
...
This diff is collapsed.
Click to expand it.
gga_run_workflow_phaeo_jbrowse.py
+
2
−
0
View file @
e2fe7419
...
...
@@ -388,6 +388,8 @@ if __name__ == "__main__":
main_dir
=
main_dir
,
config
=
config
)
# TODO: store wf param of all strains from the same species and run wf, don't wait for all org
for
genus_species
,
strains
in
all_org_wf_param_dict
.
items
():
strains_list
=
list
(
strains
.
keys
())
strains_count
=
len
(
strains_list
)
...
...
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