Browse Source

change of job class

Avik Datta 3 years ago
parent
commit
59564c6ebc
1 changed files with 1 additions and 1 deletions
  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',