فهرست منبع

fix for scvelo large

Avik Datta 3 سال پیش
والد
کامیت
41e765526b
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      dags/dag9_tenx_single_cell_immune_profiling.py

+ 2 - 2
dags/dag9_tenx_single_cell_immune_profiling.py

@@ -567,9 +567,9 @@ with dag:
               'analysis_description_xcom_key': 'analysis_description',
               'loom_file_key': 'loom_output',
               'loom_file_task': 'run_velocyto',
-              'timeout': 1200,
+              'timeout': 2400,
               'allow_errors': False,
-              'cpu_threads': 8,
+              'cpu_threads': 7,
               'output_notebook_key': 'scvelo_notebook'})
   load_loom_file_to_rds = \
     PythonOperator(