Quellcode durchsuchen

fix for hpc issues

Avik Datta vor 3 Jahren
Ursprung
Commit
409f82ad27
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      dags/dag9_tenx_single_cell_immune_profiling.py

+ 1 - 1
dags/dag9_tenx_single_cell_immune_profiling.py

@@ -147,7 +147,7 @@ with dag:
         'library_csv_xcom_key': 'cellranger_library_csv',
         'library_csv_xcom_pull_task': 'configure_cellranger_run',
         'cellranger_xcom_key': 'cellranger_output',
-        'cellranger_options': ['--localcores 16', '--localmem 64']},
+        'cellranger_options': ['--localcores 14', '--localmem 60']},
       python_callable=run_cellranger_tool)
   ## PIPELINE
   configure_cellranger_run >> run_cellranger