Forráskód Böngészése

upated straglr job_name to refelct the sample and part

Thomas 1 napja
szülő
commit
48a6cb89db
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/callers/mod.rs

+ 1 - 1
src/callers/mod.rs

@@ -292,7 +292,7 @@ pub fn run_chunkeds(id: &str, config: &Config) -> anyhow::Result<()> {
     DeepVariant::initialize(id, &config.tumoral_name, config)?.run()?;
 
     // Straglr - Short Tandem Repeat (STR) genotyper
-    Straglr::initialize(id, config)?.run()
+    // Straglr::initialize(id, config)?.run()
 }
 
 #[cfg(test)]