소스 검색

change of job class

Avik Datta 3 년 전
부모
커밋
59564c6ebc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dags/dag9_tenx_single_cell_immune_profiling.py

+ 1 - 1
dags/dag9_tenx_single_cell_immune_profiling.py

@@ -559,7 +559,7 @@ with dag:
     PythonOperator(
       task_id='run_scvelo_for_sc_5p',
       dag=dag,
-      queue='hpc_8G8t',
+      queue='hpc_16G8t',
       python_callable=run_scvelo_for_sc_5p_func,
       params={'xcom_pull_task': 'run_cellranger',
               'xcom_pull_files_key': 'cellranger_output',