Avik Datta 3 năm trước cách đây
mục cha
commit
3645a9c9ec
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      dags/dag9_tenx_single_cell_immune_profiling.py

+ 1 - 1
dags/dag9_tenx_single_cell_immune_profiling.py

@@ -543,7 +543,7 @@ 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': 6000,
+              'samtools_mem': '6000M',
               'threads': 8})
   run_velocyto = \
     PythonOperator(