File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
workflows/prefect_deployments Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 3333 deploy-all :
3434 desc : " Deploy all flows defined in the production prefect.yaml file."
3535 cmds :
36- - kubectl --context=emgapiv2-hl-exp exec -it $(task get-api-pod-name) -- python manage.py prefectcli --no-prompt deploy --all --prefect-file {{.YAML}}
36+ - kubectl --context=emgapiv2-hl-exp exec $(task get-api-pod-name) -- python manage.py prefectcli --no-prompt deploy --all --prefect-file {{.YAML}}
3737 vars :
3838 YAML : ' {{.YAML | default "workflows/prefect_deployments/prefect-ebi-codon.yaml"}}'
3939
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Pillow~=11.3.0 # imagefield requirement
66typing_extensions ~= 4.14.1
77tzdata
88pendulum
9+ pandas
910
1011# Django and plugins
1112django == 5.2.7
Original file line number Diff line number Diff line change @@ -290,3 +290,15 @@ deployments:
290290 entrypoint : workflows.prefect_utils.datamovers:move_data
291291 work_pool :
292292 name : slurm
293+
294+ - name : import_v5_analyses_deployment
295+ description : |-
296+ This flow will iteratively import analyses (made with MGnify V5 pipeline)
297+ into the EMG DB.
298+
299+ It connects to the legacy EMG MySQL and Mongo DBs, but not through Django.
300+
301+ :param mgys: accession of the study to import (with its analyses)
302+ entrypoint : workflows/flows/legacy/flows/import_v5_analyses.py:import_v5_analyses
303+ work_pool :
304+ name : slurm
You can’t perform that action at this time.
0 commit comments