Explorar o código

upated straglr job_name to refelct the sample and part

Thomas hai 1 día
pai
achega
48a6cb89db
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)]