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