浏览代码

fix for cpu

Avik Datta 3 年之前
父节点
当前提交
be8bd867d5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dags/dag9_tenx_single_cell_immune_profiling.py

+ 1 - 1
dags/dag9_tenx_single_cell_immune_profiling.py

@@ -544,7 +544,7 @@ with dag:
               'cellranger_bam_path': 'count/possorted_genome_bam.bam',
               'cellsorted_bam_path': 'count/cellsorted_possorted_genome_bam.bam',
               'samtools_mem': '6000M',
-              'threads': 8})
+              'threads':6})
   run_velocyto = \
     PythonOperator(
       task_id='run_velocyto',