Forráskód Böngészése

changes to sort params

Avik Datta 3 éve
szülő
commit
f946d3fdea
1 módosított fájl, 2 hozzáadás és 2 törlés
  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',
               'xcom_pull_files_key': 'cellranger_output',
               'cellranger_bam_path': 'count/possorted_genome_bam.bam',
               'cellranger_bam_path': 'count/possorted_genome_bam.bam',
               'cellsorted_bam_path': 'count/cellsorted_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 = \
   run_velocyto = \
     PythonOperator(
     PythonOperator(
       task_id='run_velocyto',
       task_id='run_velocyto',