浏览代码

changed hpc queue for star ref

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

+ 2 - 2
dags/dag17_create_transcriptome_ref.py

@@ -50,12 +50,12 @@ with dag:
         PythonOperator(
             task_id="create_star_index",
             dag=dag,
-            queue='hpc_32G8t',
+            queue='hpc_42G16t',
             params={
                 'gtf_xcom_task': 'download_gtf_file',
                 'gtf_xcom_key': 'gtf_file',
                 'star_ref_xcom_key': 'star_ref',
-                'threads': 2,
+                'threads': 12,
                 'star_options': [
                     '--sjdbOverhang', 149]
             },