Thomas преди 1 ден
родител
ревизия
6422cbd96f
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/callers/mod.rs

+ 1 - 0
src/callers/mod.rs

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