Thomas 1 день назад
Родитель
Сommit
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)]