ソースを参照

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_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,