소스 검색

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]
             },