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