浏览代码

no gvcf for deep callers

Thomas 7 月之前
父节点
当前提交
db1f7422c6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/config.rs

+ 1 - 1
src/config.rs

@@ -138,7 +138,7 @@ impl Default for Config {
 
 
             // DeepSomatic
             // DeepSomatic
             deepsomatic_output_dir: "{result_dir}/{id}/{time}/DeepSomatic".to_string(),
             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_bin_version: "1.9.0".to_string(),
             deepsomatic_model_type: "ONT".to_string(),
             deepsomatic_model_type: "ONT".to_string(),
             deepsomatic_force: false,
             deepsomatic_force: false,