Browse Source

up deepvariant deepsomatic

Thomas 7 months ago
parent
commit
043ce2f1d4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/config.rs

+ 2 - 2
src/config.rs

@@ -133,14 +133,14 @@ impl Default for Config {
             // DeepVariant
             deepvariant_output_dir: "{result_dir}/{id}/{time}/DeepVariant".to_string(),
             deepvariant_threads: 150,
-            deepvariant_bin_version: "1.8.0".to_string(),
+            deepvariant_bin_version: "1.9.0".to_string(),
             deepvariant_model_type: "ONT_R104".to_string(),
             deepvariant_force: false,
 
             // DeepSomatic
             deepsomatic_output_dir: "{result_dir}/{id}/{time}/DeepSomatic".to_string(),
             deepsomatic_threads: 155,
-            deepsomatic_bin_version: "1.8.0".to_string(),
+            deepsomatic_bin_version: "1.9.0".to_string(),
             deepsomatic_model_type: "ONT".to_string(),
             deepsomatic_force: false,