|
|
@@ -160,7 +160,7 @@ impl Default for Config {
|
|
|
savana_force: false,
|
|
|
|
|
|
// Severus
|
|
|
- severus_bin: "/data/tools/Severus/severus.py".to_string(),
|
|
|
+ severus_bin: "/data/tools/MySeverus/severus.py".to_string(),
|
|
|
severus_threads: 32,
|
|
|
vntrs_bed: "/data/ref/hs1/vntrs_chm13.bed".to_string(),
|
|
|
severus_pon: "/data/ref/hs1/PoN_1000G_chm13.tsv.gz".to_string(),
|
|
|
@@ -232,7 +232,8 @@ pub struct AlignConfig {
|
|
|
impl Default for AlignConfig {
|
|
|
fn default() -> Self {
|
|
|
Self {
|
|
|
- dorado_bin: "/data/tools/dorado-0.9.1-linux-x64/bin/dorado".to_string(),
|
|
|
+ dorado_bin: "/data/tools/dorado-1.0.0-linux-x64/bin/dorado".to_string(),
|
|
|
+ // dorado_bin: "/data/tools/dorado-0.9.1-linux-x64/bin/dorado".to_string(),
|
|
|
dorado_basecall_arg: "-x 'cuda:0,1,2,3' sup,5mC_5hmC".to_string(),
|
|
|
// to specify cuda devices (exclude the T1000)
|
|
|
ref_fa: "/data/ref/hs1/chm13v2.0.fa".to_string(),
|
|
|
@@ -397,6 +398,8 @@ impl Config {
|
|
|
pub fn deepsomatic_passed_vcf(&self, id: &str) -> String {
|
|
|
format!(
|
|
|
"{}/{}_{}_DeepSomatic_PASSED.vcf.gz",
|
|
|
+ // ERROR replace but before rename actually misplaced
|
|
|
+ // self.deepsomatic_output_dir(id),
|
|
|
self.deepvariant_normal_output_dir(id),
|
|
|
id,
|
|
|
self.tumoral_name
|