소스 검색

updated cellranger conf

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

+ 1 - 1
dags/dag9_tenx_single_cell_immune_profiling.py

@@ -125,7 +125,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 8','--localmem 64']},
+              'cellranger_options':['--localcores 16','--localmem 64']},
       python_callable=run_cellranger_tool)
   ## PIPELINE
   configure_cellranger_run >> run_cellranger