Browse Source

no gvcf for deep callers

Thomas 7 months ago
parent
commit
db1f7422c6
1 changed files with 1 additions and 1 deletions
  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,