var.json 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "redis_conn_file":"/rds/general/user/igf/home/data2/airflow_test/secrets/redis_conn.json",
  3. "hpc_host":"login.hpc.ic.ac.uk",
  4. "hpc_user":"igf",
  5. "igf_lims_ssh_key_file":"/SSH/id_rsa",
  6. "hpc_ssh_key_file":"/home/igf/.ssh/id_rsa",
  7. "hpc_max_workers_per_queue":2,
  8. "hpc_max_total_workers":20,
  9. "seqrun_base_path":"",
  10. "seqrun_server_user":"",
  11. "database_config_file":"",
  12. "test_database_config_file":"",
  13. "slack_conf":"",
  14. "asana_conf":"",
  15. "asana_demult_project":"",
  16. "ms_teams_conf":"",
  17. "hpc_seqrun_path":"",
  18. "box_dir_prefix_for_seqrun_report":"",
  19. "box_username":"",
  20. "box_config_file":"",
  21. "bcl2fastq_image_path":"",
  22. "interop_dumptext_exe":"",
  23. "interop_notebook_image_path":"",
  24. "seqrun_ml_notebook_template":"",
  25. "seqrun_training_data_csv":"",
  26. "interop_notebook_template":"",
  27. "pandoc_image_path":"",
  28. "singlecell_barcode_json":"",
  29. "singlecell_dual_barcode_json":"",
  30. "samplesheet_validation_json":"",
  31. "seqrun_server":"orwell.hh.med.ic.ac.uk",
  32. "orwell_server_hostname":"orwell.hh.med.ic.ac.uk",
  33. "woolf_server_hostname":"woolf.med.ic.ac.uk",
  34. "eliot_server_hostname":"eliot.med.ic.ac.uk",
  35. "igf_lims_server_hostname":"igf-lims.cc.ic.ac.uk",
  36. "tenx_single_cell_immune_profiling_feature_types": "gene_expression,vdj,vdj-t,vdj-b,antibody_capture,antigen_capture,crisper_guide_capture",
  37. "scanpy_single_sample_template":"",
  38. "scanpy_notebook_image":"",
  39. "scirpy_single_sample_template":"",
  40. "scirpy_notebook_image":"",
  41. "seurat_single_sample_template":"",
  42. "seurat_notebook_image":"",
  43. "irods_exe_dir":"",
  44. "ftp_hostname":"eliot.med.ic.ac.uk",
  45. "ftp_username":"igf",
  46. "ftp_project_path":"",
  47. "all_cell_marker_list":"",
  48. "cellranger_exe":"",
  49. "cellranger_job_timeout":259200,
  50. "cutadapt_singularity_image":"",
  51. "multiqc_singularity_image":"",
  52. "picard_singularity_image":"",
  53. "hpc_queue_list":{
  54. "hpc_1G": {
  55. "pbs_resource":"-lselect=1:ncpus=1:mem=1gb -lwalltime=02:00:00",
  56. "airflow_queue":"hpc_1G"},
  57. "hpc_1G4t":{
  58. "pbs_resource":"-lselect=1:ncpus=4:mem=1gb -lwalltime=02:00:00",
  59. "airflow_queue":"hpc_1G,hpc_1G4t"},
  60. "hpc_4G":{
  61. "pbs_resource":"-lselect=1:ncpus=1:mem=4gb -lwalltime=02:00:00",
  62. "airflow_queue":"hpc_1G,hpc_4G"},
  63. "hpc_4G48hr":{
  64. "pbs_resource":"-lselect=1:ncpus=1:mem=4gb -lwalltime=48:00:00",
  65. "airflow_queue":"hpc_1G,hpc_1G4t,hpc_4G,hpc_4G48hr"},
  66. "hpc_4G4t":{
  67. "pbs_resource":"-lselect=1:ncpus=4:mem=4gb -lwalltime=02:00:00",
  68. "airflow_queue":"hpc_1G,hpc_1G4t,hpc_4G,hpc_4G4t"},
  69. "hpc_4G8t":{
  70. "pbs_resource":"-lselect=1:ncpus=8:mem=4gb -lwalltime=02:00:00",
  71. "airflow_queue":"hpc_1G,,hpc_1G4t,hpc_4G,hpc_4G4t,hpc_4G8t"},
  72. "hpc_4G16t":{
  73. "pbs_resource":"-lselect=1:ncpus=16:mem=4gb -lwalltime=02:00:00",
  74. "airflow_queue":"hpc_1G,,hpc_1G4t,hpc_4G,hpc_4G4t,hpc_4G8t,hpc_4G16t"},
  75. "hpc_8G":{
  76. "pbs_resource":"-lselect=1:ncpus=1:mem=8gb -lwalltime=02:00:00",
  77. "airflow_queue":"hpc_1G,hpc_4G,hpc_8G"},
  78. "hpc_8G4t":{
  79. "pbs_resource":"-lselect=1:ncpus=4:mem=8gb -lwalltime=02:00:00",
  80. "airflow_queue":"hpc_1G,hpc_1G4t,hpc_4G,hpc_4G4t,hpc_8G,hpc_8G4t"},
  81. "hpc_8G8t":{
  82. "pbs_resource":"-lselect=1:ncpus=8:mem=8gb -lwalltime=02:00:00",
  83. "airflow_queue":"hpc_1G,hpc_1G4t,hpc_4G,hpc_4G4t,hpc_4G8t,hpc_8G,hpc_8G4t,hpc_8G8t"},
  84. "hpc_8G16t":{
  85. "pbs_resource":"-lselect=1:ncpus=16:mem=8gb -lwalltime=02:00:00",
  86. "airflow_queue":"hpc_1G,hpc_1G4t,hpc_4G,hpc_4G4t,hpc_4G8t,hpc_4G16t,hpc_8G,hpc_8G4t,hpc_8G8t,hpc_8G16t"},
  87. "hpc_16G4t":{
  88. "pbs_resource":"-lselect=1:ncpus=4:mem=16gb -lwalltime=02:00:00",
  89. "airflow_queue":"hpc_1G,hpc_1G4t,hpc_4G,hpc_4G4t,hpc_8G,hpc_8G4t,hpc_16G4t"},
  90. "hpc_16G8t":{
  91. "pbs_resource":"-lselect=1:ncpus=8:mem=16gb -lwalltime=02:00:00",
  92. "airflow_queue":"hpc_1G,hpc_1G4t,hpc_4G,hpc_4G4t,hpc_4G8t,hpc_8G,hpc_8G4t,hpc_8G8t,hpc_16G4t,hpc_16G8t"},
  93. "hpc_16G16t":{
  94. "pbs_resource":"-lselect=1:ncpus=16:mem=16gb -lwalltime=02:00:00",
  95. "airflow_queue":"hpc_1G,hpc_1G4t,hpc_4G,hpc_4G4t,hpc_4G8t,hpc_4G16t,hpc_8G,hpc_8G4t,hpc_8G8t,hpc_8G16,hpc_16G4t,hpc_16G8t,hpc_16G16t"},
  96. "hpc_32G16t":{
  97. "pbs_resource":"-lselect=1:ncpus=16:mem=32gb -lwalltime=02:00:00",
  98. "airflow_queue":"hpc_1G,hpc_1G4t,hpc_4G,hpc_4G4t,hpc_4G8t,hpc_4G16t,hpc_8G,hpc_8G4t,hpc_8G8t,hpc_8G16,hpc_16G4t,hpc_16G8t,hpc_16G16t,hpc_32G16t"},
  99. "hpc_42G16t":{
  100. "pbs_resource":"-lselect=1:ncpus=16:mem=42gb -lwalltime=02:00:00",
  101. "airflow_queue":"hpc_1G,hpc_1G4t,hpc_4G,hpc_4G4t,hpc_4G8t,hpc_4G16t,hpc_8G,hpc_8G4t,hpc_8G8t,hpc_8G16,hpc_16G4t,hpc_16G8t,hpc_16G16t,hpc_32G16,hpc_42G16t"},
  102. "hpc_64G16t24hr":{
  103. "pbs_resource":"-lselect=1:ncpus=16:mem=64gb -lwalltime=24:00:00",
  104. "airflow_queue":"hpc_1G,hpc_1G4t,hpc_4G,hpc_4G4t,hpc_4G8t,hpc_4G16t,hpc_8G,hpc_8G4t,hpc_8G8t,hpc_8G16,hpc_16G4t,hpc_16G8t,hpc_16G16t,hpc_32G16,hpc_42G16t,hpc_64G16t24hr"},
  105. "hpc_64G16t72hr":{
  106. "pbs_resource":"-lselect=1:ncpus=16:mem=64gb -lwalltime=72:00:00",
  107. "airflow_queue":"hpc_1G,hpc_1G4t,hpc_4G,hpc_4G4t,hpc_4G8t,hpc_4G16t,hpc_8G,hpc_8G4t,hpc_8G8t,hpc_8G16,hpc_16G4t,hpc_16G8t,hpc_16G16t,hpc_32G16,hpc_42G16t,hpc_64G16t24hr,hpc_64G16t72hr"}
  108. }
  109. }