소스 검색

changes to sort params

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

+ 2 - 2
dags/dag9_tenx_single_cell_immune_profiling.py

@@ -543,8 +543,8 @@ with dag:
               'xcom_pull_files_key': 'cellranger_output',
               'cellranger_bam_path': 'count/possorted_genome_bam.bam',
               'cellsorted_bam_path': 'count/cellsorted_possorted_genome_bam.bam',
-              'samtools_mem': '12000M',
-              'threads': 6})
+              'samtools_mem': '2G',
+              'threads': 8})
   run_velocyto = \
     PythonOperator(
       task_id='run_velocyto',