浏览代码

reduced threads for star ref

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

+ 1 - 1
dags/dag17_create_transcriptome_ref.py

@@ -55,7 +55,7 @@ with dag:
                 'gtf_xcom_task': 'download_gtf_file',
                 'gtf_xcom_key': 'gtf_file',
                 'star_ref_xcom_key': 'star_ref',
-                'threads': 7,
+                'threads': 2,
                 'star_options': [
                     '--sjdbOverhang', 149]
             },