Browse Source

no gvcf for deep callers

Thomas 7 tháng trước cách đây
mục cha
commit
db1f7422c6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/config.rs

+ 1 - 1
src/config.rs

@@ -138,7 +138,7 @@ impl Default for Config {
 
             // DeepSomatic
             deepsomatic_output_dir: "{result_dir}/{id}/{time}/DeepSomatic".to_string(),
-            deepsomatic_threads: 155,
+            deepsomatic_threads: 150,
             deepsomatic_bin_version: "1.9.0".to_string(),
             deepsomatic_model_type: "ONT".to_string(),
             deepsomatic_force: false,