|
|
@@ -24,7 +24,7 @@ impl Default for DeepVariantConfig {
|
|
|
model_type: "ONT_R104".to_string(),
|
|
|
result_dir: "/data/longreads_basic_pipe".to_string(),
|
|
|
reference: "/data/ref/hs1/chm13v2.0.fa".to_string(),
|
|
|
- bcftools: "/data/tools/bcftools-1.18/bcftools".to_string(),
|
|
|
+ bcftools: "/data/tools/bcftools-1.21/bcftools".to_string(),
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -85,7 +85,7 @@ impl DeepVariant {
|
|
|
&format!("{}:/output", self.output_dir),
|
|
|
&format!("google/deepvariant:{}", self.config.bin_version),
|
|
|
"/opt/deepvariant/bin/run_deepvariant",
|
|
|
- "--model_type=ONT_R104",
|
|
|
+ &format!("--model_type={}", self.config.model_type),
|
|
|
"--ref",
|
|
|
&self.config.reference,
|
|
|
"--reads",
|