Browse Source

minor changes

Avik Datta 3 years ago
parent
commit
16f803d6fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dags/dag17_create_transcriptome_ref.py

+ 1 - 1
dags/dag17_create_transcriptome_ref.py

@@ -65,7 +65,7 @@ with dag:
         PythonOperator(
             task_id="create_rsem_index",
             dag=dag,
-            queue='hpc_8G8t',
+            queue='hpc_4G',
             params={
                 'gtf_xcom_task': 'download_gtf_file',
                 'gtf_xcom_key': 'gtf_file',